summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-08 06:43:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-08 06:43:01 +0000
commit08468754f7ac91a34f2da925e5de0c2ac631849f (patch)
tree3e3c3f0347a080f7b60e92d3e5fa09123637f4b0 /epan/dissectors/packet-dap.h
parentfa92d58b4050be3ec86227619e0cb08debb7e222 (diff)
downloadwireshark-08468754f7ac91a34f2da925e5de0c2ac631849f.tar.gz
Commit the actual diissectors:
Log: From Grame Lunt: updated X.500 dissectors to include DOP support. The "dop" dissector is the renamed "x501" dissector consequently the asn/x501 directory should be removed. The patch includes the changes to epan/dissectors/Makefile.common to reflect this. As the DOP dissection is not fully tested, I have disabled it by default for now (like DSP) but it can be enabled by the user. svn path=/trunk/; revision=16727
Diffstat (limited to 'epan/dissectors/packet-dap.h')
-rw-r--r--epan/dissectors/packet-dap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/packet-dap.h b/epan/dissectors/packet-dap.h
index 1a311f276a..d9d5b59dad 100644
--- a/epan/dissectors/packet-dap.h
+++ b/epan/dissectors/packet-dap.h
@@ -1,10 +1,11 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* ./packet-dap.h */
+/* .\packet-dap.h */
/* ../../tools/asn2eth.py -X -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn */
/* Input file: packet-dap-template.h */
+#line 1 "packet-dap-template.h"
/* packet-dap.h
* Routines for X.511 (X.500 Directory Access Protocol) packet dissection
* Graeme Lunt 2005
@@ -35,7 +36,7 @@
/*--- Included file: packet-dap-exp.h ---*/
-
+#line 1 "packet-dap-exp.h"
extern const value_string dap_ContextSelection_vals[];
extern const value_string dap_DirectoryBindError_vals[];
extern const value_string dap_ReadArgument_vals[];
@@ -99,6 +100,6 @@ int dissect_dap_UpdateError(gboolean implicit_tag, tvbuff_t *tvb, int offset, pa
int dissect_dap_OperationalBindingID(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-dap-exp.h ---*/
-
+#line 30 "packet-dap-template.h"
#endif /* PACKET_DAP_H */