aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 195e12898c..0defcfebe6 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -515,7 +515,7 @@ static tap_dfilter_dlg http_stat_dlg = {
void
register_tap_listener_gtkhttpstat(void)
{
- register_ethereal_tap("http,stat", gtk_httpstat_init);
+ register_tap_listener_cmd_arg("http,stat", gtk_httpstat_init);
register_tap_menu_item("HTTP/Packet Counter", REGISTER_TAP_GROUP_NONE,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(http_stat_dlg));