aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r--gtk/mgcp_stat.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 6ce3a3cbcd..68ec5c47e1 100644
--- a/gtk/mgcp_stat.c
+++ b/gtk/mgcp_stat.c
@@ -39,7 +39,8 @@
#include <epan/epan.h>
#include <epan/value_string.h>
-#include "tap_menu.h"
+#include "../stat.h"
+#include "stat_menu.h"
#include <epan/tap.h>
#include "../register.h"
#include "../plugins/mgcp/packet-mgcp.h"
@@ -326,9 +327,9 @@ register_tap_listener_gtkmgcpstat(void)
{
/* We don't register this tap, if we don't have the mgcp plugin loaded.*/
if (find_tap_id("mgcp")) {
- register_tap_listener_cmd_arg("mgcp,srt", gtk_mgcpstat_init);
+ register_stat_cmd_arg("mgcp,srt", gtk_mgcpstat_init);
- register_tap_menu_item("MGCP...", REGISTER_TAP_GROUP_RESPONSE_TIME,
+ register_stat_menu_item("MGCP...", REGISTER_STAT_GROUP_RESPONSE_TIME,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(mgcp_srt_dlg));
}
}