aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_udpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_udpip.c')
-rw-r--r--gtk/hostlist_udpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_udpip.c b/gtk/hostlist_udpip.c
index 1e4ecebc04..6d86a16ba7 100644
--- a/gtk/hostlist_udpip.c
+++ b/gtk/hostlist_udpip.c
@@ -83,7 +83,7 @@ gtk_udpip_hostlist_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_listener_udpip_hostlist(void)
{
- register_ethereal_tap("endpoints,udp", gtk_udpip_hostlist_init);
+ register_tap_listener_cmd_arg("endpoints,udp", gtk_udpip_hostlist_init);
register_tap_menu_item("UDP (IPv4 & IPv6)", REGISTER_TAP_GROUP_ENDPOINT_LIST,
gtk_udpip_hostlist_cb, NULL, NULL, NULL);