17#ifndef PACKET_X509AF_H
18#define PACKET_X509AF_H
20#define id_at_userCertificate id_at".36"
21#define id_at_cAcertificate id_at".37"
22#define id_at_authorityRevocationList id_at".38"
23#define id_at_certificateRevocationList id_at".39"
24#define id_at_crossCertificatePair id_at".40"
25#define id_at_attributeCertificate id_at".58"
26#define id_at_attributeCertificateRevocationList id_at".59"
27#define ub_user_identifier 256
33WS_DLL_PUBLIC
unsigned dissect_x509af_Certificate(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
34unsigned dissect_x509af_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_);
35unsigned dissect_x509af_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_);
36unsigned dissect_x509af_AlgorithmIdentifier(
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_x509af_Validity(
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_x509af_SubjectPublicKeyInfo(
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_x509af_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_);
40unsigned dissect_x509af_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_);
41unsigned dissect_x509af_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_);
42unsigned dissect_x509af_Certificates(
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_x509af_ForwardCertificationPath(
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_x509af_CrossCertificates(
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_x509af_CertificationPath(
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_x509af_CertificatePair(
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_x509af_CertificateList(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
48unsigned dissect_x509af_AttributeCertificationPath(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
49unsigned dissect_x509af_ACPathData(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
50unsigned dissect_x509af_AttributeCertificate(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
51unsigned dissect_x509af_AttributeCertificateInfo(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
52unsigned dissect_x509af_IssuerSerial(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
53unsigned dissect_x509af_AttCertValidityPeriod(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
54unsigned dissect_x509af_AttributeCertificateAssertion(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
57extern const char* x509af_get_last_algorithm_id(
void);
Definition packet_info.h:43
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Definition tvbuff-int.h:36