aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509sat.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-06 09:12:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-06 09:12:17 +0000
commitd163bab22e83244f293a4de30ed87762cc247b56 (patch)
treede736dab8bb1f645e01db554125fa719d4f1ed4a /epan/dissectors/packet-x509sat.h
parent343025b91ff92968c3e6e306eb500396670b1e37 (diff)
Update x509SAT to export DirectoryString.
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
Diffstat (limited to 'epan/dissectors/packet-x509sat.h')
-rw-r--r--epan/dissectors/packet-x509sat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x509sat.h b/epan/dissectors/packet-x509sat.h
index c462a32a9b..20d107e2a9 100644
--- a/epan/dissectors/packet-x509sat.h
+++ b/epan/dissectors/packet-x509sat.h
@@ -46,5 +46,7 @@ int dissect_x509sat_UniqueIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int o
/*--- End of included file: packet-x509sat-exp.h ---*/
+int dissect_x509sat_DirectoryString(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
#endif /* PACKET_X509SAT_H */