aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_ipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
commitac48df79f25c348ee3e8926327c489036479d717 (patch)
tree8b22edd8e461cea760ee7fd834e1ca0007d08248 /gtk/endpoint_talkers_ipx.c
parent1f97bdc27aa1caed69e5be96ea00eea6e773f342 (diff)
From Lars Roland: have common code to handle display filter dialogs in
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327
Diffstat (limited to 'gtk/endpoint_talkers_ipx.c')
-rw-r--r--gtk/endpoint_talkers_ipx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/endpoint_talkers_ipx.c b/gtk/endpoint_talkers_ipx.c
index 4c350586c9..4e7b8103c9 100644
--- a/gtk/endpoint_talkers_ipx.c
+++ b/gtk/endpoint_talkers_ipx.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_ipx.c
* endpoint_talkers_ipx 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_ipx.c,v 1.17 2003/09/24 02:36:34 guy Exp $
+ * $Id: endpoint_talkers_ipx.c,v 1.18 2003/12/17 22:13:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -82,7 +82,7 @@ void
register_tap_menu_ipx_talkers(void)
{
register_tap_menu_item("Statistics/Conversation List/IPX",
- gtk_ipx_endpoints_cb, NULL, NULL);
+ gtk_ipx_endpoints_cb, NULL, NULL, NULL);
}