aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-24 22:59:02 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-24 22:59:02 +0000
commit88d357fe042eb9f5c06b6ebc85e27527a80f0239 (patch)
treed8424de16e8f590a7a626bbcbb0f3b3d9f9906eb /epan/dissectors/packet-x509af.h
parent4d09fc5e43665c3f96f06c014f3a08d4d443c92f (diff)
get rid of the remaining compiler warnings.
x509af is now virtually complete (the attribute userPassword still needs an attribute dissector but after that, x509af is complete) svn path=/trunk/; revision=11510
Diffstat (limited to 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index c87efae802..2857e8f5d7 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -46,8 +46,11 @@ int dissect_x509af_AlgorithmIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int
int dissect_x509af_Certificate(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509af_CertificateSerialNumber(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509af_Certificates(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_x509af_CertificationPath(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509af_CertificateList(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_x509af_AttributeCertificationPath(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509af_AttributeCertificate(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_x509af_AttributeCertificateAssertion(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-x509af-exp.h ---*/