summaryrefslogtreecommitdiff
path: root/gtk/endpoint_talkers_tcpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/endpoint_talkers_tcpip.c')
-rw-r--r--gtk/endpoint_talkers_tcpip.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/endpoint_talkers_tcpip.c b/gtk/endpoint_talkers_tcpip.c
index a4c2f2f5b4..c17b38bb56 100644
--- a/gtk/endpoint_talkers_tcpip.c
+++ b/gtk/endpoint_talkers_tcpip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_tcpip.c
* endpoint_talkers_tcpip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_tcpip.c,v 1.18 2003/09/17 19:39:32 guy Exp $
+ * $Id: endpoint_talkers_tcpip.c,v 1.19 2003/09/19 07:24:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -81,7 +81,8 @@ gtk_tcpip_endpoints_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_menu_tcpip_talkers(void)
{
- register_tap_menu_item("Statistics/Conversation List/TCP (IPv4 IPv6)", gtk_tcpip_endpoints_cb);
+ register_tap_menu_item("Statistics/Conversation List/TCP (IPv4 IPv6)",
+ gtk_tcpip_endpoints_cb, NULL, NULL);
}