16#ifndef PACKET_PKIX1EXPLICIT_H
17#define PACKET_PKIX1EXPLICIT_H
19unsigned dissect_pkix1explicit_Certificate(
bool implicit_tag,
tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
20unsigned dissect_pkix1explicit_CertificateList(
bool implicit_tag,
tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
22unsigned dissect_pkix1explicit_CertificateSerialNumber(
bool implicit_tag,
tvbuff_t *tvb,
int offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
25unsigned dissect_pkix1explicit_GeneralName(
bool implicit_tag,
tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
26unsigned dissect_pkix1explicit_AlgorithmIdentifier(
bool implicit_tag,
tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
27unsigned dissect_pkix1explicit_SubjectPublicKeyInfo(
bool implicit_tag,
tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx,
proto_tree *tree,
int hf_index);
34extern const value_string pkix1explicit_TerminalType_vals[];
35unsigned dissect_pkix1explicit_UniqueIdentifier(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
36unsigned dissect_pkix1explicit_Version(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
37unsigned dissect_pkix1explicit_CertificateSerialNumber(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
38unsigned dissect_pkix1explicit_Time(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
39unsigned dissect_pkix1explicit_Extensions(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
40unsigned dissect_pkix1explicit_Extension(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
41unsigned dissect_pkix1explicit_Attribute(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
42unsigned dissect_pkix1explicit_AttributeTypeAndValue(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
43unsigned dissect_pkix1explicit_RDNSequence(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
44unsigned dissect_pkix1explicit_RelativeDistinguishedName(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
45unsigned dissect_pkix1explicit_DirectoryString(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
46unsigned dissect_pkix1explicit_TerminalType(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
47unsigned dissect_pkix1explicit_TeletexDomainDefinedAttribute(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Definition tvbuff-int.h:36