16#ifndef PACKET_PKIX1IMPLICIT_H
17#define PACKET_PKIX1IMPLICIT_H
19unsigned dissect_pkix1implicit_GeneralName(
bool implicit_tag _U_, tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx, proto_tree *tree,
int hf_index _U_);
20unsigned dissect_pkix1implicit_ReasonFlags(
bool implicit_tag _U_, tvbuff_t *tvb,
unsigned offset,
asn1_ctx_t *actx, proto_tree *tree,
int hf_index _U_);
24unsigned dissect_pkix1implicit_KeyIdentifier(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
25unsigned dissect_pkix1implicit_SubjectKeyIdentifier(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
26unsigned dissect_pkix1implicit_AuthorityInfoAccessSyntax(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
27unsigned dissect_pkix1implicit_UserNotice(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
struct _asn1_ctx_t asn1_ctx_t
Central context object threaded through all ASN.1 dissection calls.