summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h248.c
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-h248.c
parent30c5457f71d933678838f4c992e214395ce73978 (diff)
downloadwireshark-3eafc74e2b2eae0c5ee819d70669701710c73586.tar.gz
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-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 19235cef82..179593d227 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -5226,7 +5226,7 @@ dissect_h248_Message(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U
col_add_str(actx->pinfo->cinfo, COL_INFO, gcp_msg_to_str(curr_info.msg,keep_persistent_data));
if (keep_persistent_data)
- gcp_analyze_msg(h248_tree, h248_tvb, curr_info.msg, &h248_arrel);
+ gcp_analyze_msg(h248_tree, actx->pinfo, h248_tvb, curr_info.msg, &h248_arrel, &ei_h248_errored_command);
return offset;
}