aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/conversations_ip.c')
-rw-r--r--gtk/conversations_ip.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/conversations_ip.c b/gtk/conversations_ip.c
index baac47ca88..4a8b10c55a 100644
--- a/gtk/conversations_ip.c
+++ b/gtk/conversations_ip.c
@@ -33,7 +33,8 @@
#include <gtk/gtk.h>
#include <string.h>
#include "epan/packet.h"
-#include "tap_menu.h"
+#include "../stat.h"
+#include "stat_menu.h"
#include <epan/tap.h>
#include "../register.h"
#include "conversations_table.h"
@@ -76,9 +77,9 @@ ip_endpoints_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_ip_conversation(void)
{
- register_tap_listener_cmd_arg("conv,ip", ip_conversation_init);
+ register_stat_cmd_arg("conv,ip", ip_conversation_init);
- register_tap_menu_item("IPv4", REGISTER_TAP_GROUP_CONVERSATION_LIST,
+ register_stat_menu_item("IPv4", REGISTER_STAT_GROUP_CONVERSATION_LIST,
ip_endpoints_cb, NULL, NULL, NULL);
register_conversation_table(TRUE, "IPv4", "ip", NULL /*filter*/, ip_conversation_packet);