summaryrefslogtreecommitdiff
path: root/gtk/hostlist_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_wlan.c')
-rw-r--r--gtk/hostlist_wlan.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/hostlist_wlan.c b/gtk/hostlist_wlan.c
index 65e0fe338b..0726cf7260 100644
--- a/gtk/hostlist_wlan.c
+++ b/gtk/hostlist_wlan.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 "hostlist_table.h"
@@ -81,9 +82,9 @@ gtk_wlan_hostlist_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_wlan_hostlist(void)
{
- register_tap_listener_cmd_arg("hosts,wlan", gtk_wlan_hostlist_init);
+ register_stat_cmd_arg("hosts,wlan", gtk_wlan_hostlist_init);
- register_tap_menu_item("WLAN", REGISTER_TAP_GROUP_ENDPOINT_LIST,
+ register_stat_menu_item("WLAN", REGISTER_STAT_GROUP_ENDPOINT_LIST,
gtk_wlan_hostlist_cb, NULL, NULL, NULL);
register_hostlist_table(TRUE, "WLAN", "wlan", NULL /*filter*/, wlan_hostlist_packet);