aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-04-21 10:14:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-04-21 10:14:04 +0000
commit9bfdc344d2f85ffdf947996004f72fba288a1ada (patch)
tree6ae6abd309fd176d0def355eea9878e0752bb8c5 /epan/dissectors/packet-x509af.h
parent253e2541e9c08ab85c1706dc1e6e6c8364c285fe (diff)
Export Certificate PDU so this can be dissected from non-asn dissectors.
svn path=/trunk/; revision=32532
Diffstat (limited to 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index 0d9ccd433b..a619d5ee06 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -61,6 +61,7 @@ int dissect_x509af_AttributeCertificateInfo(gboolean implicit_tag _U_, tvbuff_t
int dissect_x509af_IssuerSerial(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_x509af_AttCertValidityPeriod(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_x509af_AttributeCertificateAssertion(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+void dissect_x509af_Certificate_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
/*--- End of included file: packet-x509af-exp.h ---*/
#line 30 "packet-x509af-template.h"