aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.h
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-04-30 12:53:26 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-04-30 12:53:26 +0000
commit84764fec2981ce2ea24af2620c947ddc22ad3595 (patch)
treea04b8be4810d1ff7ae31fa31e293e54ce9bd3c15 /epan/dissectors/packet-dap.h
parent1ce378de2a489b17065ffa1b88af2fee2c9429d7 (diff)
Operational Attributes and Syntaxes
svn path=/trunk/; revision=18048
Diffstat (limited to 'epan/dissectors/packet-dap.h')
-rw-r--r--epan/dissectors/packet-dap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dap.h b/epan/dissectors/packet-dap.h
index 667ffe097a..7756cf6637 100644
--- a/epan/dissectors/packet-dap.h
+++ b/epan/dissectors/packet-dap.h
@@ -1,6 +1,6 @@
/* 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 */
@@ -38,6 +38,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_Filter_vals[];
extern const value_string dap_DirectoryBindError_vals[];
extern const value_string dap_ReadArgument_vals[];
extern const value_string dap_ReadResult_vals[];
@@ -67,6 +68,7 @@ extern const value_string dap_ServiceError_vals[];
extern const value_string dap_UpdateError_vals[];
int dissect_dap_CommonResults(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dap_ContextSelection(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_dap_Filter(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dap_SecurityParameters(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dap_DirectoryBindArgument(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_dap_DirectoryBindError(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);