aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509sat.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-20 05:58:13 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-20 05:58:13 +0000
commita6d6309361a0a1b6e194c137e9d97797b78aeed7 (patch)
tree94656ba217ad22a0a1c8482448300bd44c3ab3bd /epan/dissectors/packet-x509sat.h
parent2ba488f839d1d06a30321394b26014b9f919dfb5 (diff)
ean up SAT a bit remove the unneccesary implementation of DirectoryStr4ing in the template and make the export of it correct.
svn path=/trunk/; revision=12545
Diffstat (limited to 'epan/dissectors/packet-x509sat.h')
-rw-r--r--epan/dissectors/packet-x509sat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509sat.h b/epan/dissectors/packet-x509sat.h
index fcea0d8112..670a28b777 100644
--- a/epan/dissectors/packet-x509sat.h
+++ b/epan/dissectors/packet-x509sat.h
@@ -35,12 +35,11 @@
/*--- Included file: packet-x509sat-exp.h ---*/
+int dissect_x509sat_DirectoryString(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_x509sat_UniqueIdentifier(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- 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 */