summaryrefslogtreecommitdiff
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-08 18:36:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-08 18:36:31 +0000
commit6c25896d84ad6f087c8bd4c3a380f9add726a412 (patch)
tree32a699cec4d667ebc70b4fe491ff509ab6b85020 /gtk/sip_stat.c
parent863057ff9ce5200701cd73d92505d87a93480cc2 (diff)
downloadwireshark-6c25896d84ad6f087c8bd4c3a380f9add726a412.tar.gz
From Kovarththanan Rajaratnam:
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 svn path=/trunk/; revision=29028
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 59c0990254..bf7202fe69 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -713,5 +713,5 @@ static tap_dfilter_dlg sip_stat_dlg = {
void
register_tap_listener_gtksipstat(void)
{
- register_dfilter_stat(&sip_stat_dlg, "SIP", REGISTER_STAT_GROUP_TELEPHONY);
+ register_dfilter_stat(&sip_stat_dlg, "_SIP", REGISTER_STAT_GROUP_TELEPHONY);
}