summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dsp.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-dsp.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-dsp.h')
-rw-r--r--epan/dissectors/packet-dsp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/dissectors/packet-dsp.h b/epan/dissectors/packet-dsp.h
index 6f6affee17..1db0e03a65 100644
--- a/epan/dissectors/packet-dsp.h
+++ b/epan/dissectors/packet-dsp.h
@@ -1,10 +1,11 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* ./packet-dsp.h */
+/* .\packet-dsp.h */
/* ../../tools/asn2eth.py -X -b -e -p dsp -c dsp.cnf -s packet-dsp-template dsp.asn */
/* Input file: packet-dsp-template.h */
+#line 1 "packet-dsp-template.h"
/* packet-dsp.h
* Routines for X.511 (X.500 Directory Access Protocol) packet dissection
* Graeme Lunt 2005
@@ -35,14 +36,15 @@
/*--- Included file: packet-dsp-exp.h ---*/
-
+#line 1 "packet-dsp-exp.h"
extern const value_string dsp_ReferenceType_vals[];
int dissect_dsp_OperationProgress(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dsp_ReferenceType(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dsp_AccessPoint(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_dsp_MasterAndShadowAccessPoints(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dsp_ContinuationReference(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-dsp-exp.h ---*/
-
+#line 30 "packet-dsp-template.h"
#endif /* PACKET_DSP_H */