aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-08-04 13:46:25 +0000
committerMichael Mann <mmann78@netscape.net>2013-08-04 13:46:25 +0000
commit3eafc74e2b2eae0c5ee819d70669701710c73586 (patch)
treeb89cd97144fa9bdce26b950267361b3f0ec86c96 /epan/dissectors/packet-alcap.h
parent30c5457f71d933678838f4c992e214395ce73978 (diff)
Convert proto_item_set_expert_flags to "filterable" items in alcap dissector. Unfortunately it had a few tentacles, so they needed to be brought along for the ride.
svn path=/trunk/; revision=51136
Diffstat (limited to 'epan/dissectors/packet-alcap.h')
-rw-r--r--epan/dissectors/packet-alcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-alcap.h b/epan/dissectors/packet-alcap.h
index b2c380b314..d4f014e5a2 100644
--- a/epan/dissectors/packet-alcap.h
+++ b/epan/dissectors/packet-alcap.h
@@ -26,7 +26,7 @@
#include <epan/dissectors/packet-e164.h>
-extern void alcap_tree_from_bearer_key(proto_tree* tree, tvbuff_t* tvb, const gchar* key);
+extern void alcap_tree_from_bearer_key(proto_tree* tree, tvbuff_t* tvb, packet_info *pinfo, const gchar* key);
typedef struct _alcap_msg_data_t {
guint msg_type;