summaryrefslogtreecommitdiff
path: root/ui/gtk/iax2_analysis.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-05-14 22:53:16 -0400
committerAnders Broman <a.broman58@gmail.com>2015-05-20 11:03:58 +0000
commitfeb47cf93662723386dbce7d1f180efc39f131f1 (patch)
tree535e365114a2df552a963af9a9cead0c9864bff4 /ui/gtk/iax2_analysis.c
parent713ed3f81724f3ea39ade8fdd53f482715f296ca (diff)
downloadwireshark-feb47cf93662723386dbce7d1f180efc39f131f1.tar.gz
Start exposing the filter field of a tap listener to the RTP GUI APIs.
A tap listener has the ability to apply a filter (typically the display filter). Add a parameter to RTP GUI API functions to allow them to pass in a filter. Bug: 996 Change-Id: Ib184dfb023be5d1d24a0d842b4039311426b5293 Reviewed-on: https://code.wireshark.org/review/8468 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/iax2_analysis.c')
-rw-r--r--ui/gtk/iax2_analysis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/iax2_analysis.c b/ui/gtk/iax2_analysis.c
index e167e570ee..3297601d55 100644
--- a/ui/gtk/iax2_analysis.c
+++ b/ui/gtk/iax2_analysis.c
@@ -3771,7 +3771,7 @@ void iax2_analysis_cb(GtkAction *action _U_, gpointer user_data _U_)
port_dst_rev = edt.pi.srcport;
/* Scan for rtpstream */
- rtpstream_scan(rtpstream_dlg_get_tapinfo(), &cfile);
+ rtpstream_scan(rtpstream_dlg_get_tapinfo(), &cfile, NULL);
/* search for reversed direction in the global rtp streams list */
nfound = 0;
strinfo_list = g_list_first(rtpstream_dlg_get_tapinfo()->strinfo_list);