aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-04 04:44:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-04 04:44:23 +0000
commit0cea399fda44602e66fbef77da89f36a2fc5b52c (patch)
tree21f48c5f890a5e934ac3f98ab32f48fc790aa1f5 /epan/proto.h
parent77074a5a3778fd7011c3ac248dda358dbea0f4a0 (diff)
From Jakub Zawadzki: Use custom model in Filter Expression dialog.
svn path=/trunk/; revision=42411
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 4bb1fc36e0..804e0538bf 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -1707,6 +1707,7 @@ extern gint proto_registrar_get_length(const int n);
* they return the item number of the protocol in question or the
* appropriate hfinfo pointer, and keep state in "*cookie". */
extern int proto_get_first_protocol(void **cookie);
+extern int proto_get_data_protocol(void *cookie);
extern int proto_get_next_protocol(void **cookie);
extern header_field_info *proto_get_first_protocol_field(const int proto_id, void **cookle);
extern header_field_info *proto_get_next_protocol_field(void **cookle);