aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-disp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-16 06:47:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-16 06:47:22 +0000
commit483ec5bd0548f9720551737670c163fba32c3a8e (patch)
tree9bcacac0d821309d6bc8e8d748dddb8791e40eb4 /epan/dissectors/packet-disp.h
parent163252a41c8f6ce7b233de6db317422647757d04 (diff)
From Graeme Lunt:
* DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. svn path=/trunk/; revision=16814
Diffstat (limited to 'epan/dissectors/packet-disp.h')
-rw-r--r--epan/dissectors/packet-disp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-disp.h b/epan/dissectors/packet-disp.h
index 29a0d65476..d61b252d3f 100644
--- a/epan/dissectors/packet-disp.h
+++ b/epan/dissectors/packet-disp.h
@@ -35,4 +35,11 @@
#define PACKET_DISP_H
+/*--- Included file: packet-disp-exp.h ---*/
+#line 1 "packet-disp-exp.h"
+int dissect_disp_AgreementID(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-disp-exp.h ---*/
+#line 30 "packet-disp-template.h"
+
#endif /* PACKET_DISP_H */