aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ipx.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-23 19:19:39 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-23 19:19:39 +0000
commit2381331b8af9c803cd9bc6e802d3a6705afae892 (patch)
treeb065fa5798667e9b2226f563e5e2edeb12417268 /gtk/hostlist_ipx.c
parent9612792592e334590323001f23ea44678caf625c (diff)
statistics menu redesigned, now looking more like the former menu,
items now again grouped by function, not by ISO layer git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10202 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_ipx.c')
-rw-r--r--gtk/hostlist_ipx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/hostlist_ipx.c b/gtk/hostlist_ipx.c
index 6ffeaa84e9..b5ef34800e 100644
--- a/gtk/hostlist_ipx.c
+++ b/gtk/hostlist_ipx.c
@@ -1,7 +1,7 @@
/* hostlist_ipx.c 2004 Ian Schorr
* modified from endpoint_talkers_ipx.c 2003 Ronnie Sahlberg
*
- * $Id: hostlist_ipx.c,v 1.3 2004/02/23 05:35:46 guy Exp $
+ * $Id: hostlist_ipx.c,v 1.4 2004/02/23 19:19:37 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,7 +85,7 @@ register_tap_listener_ipx_hostlist(void)
{
register_ethereal_tap("hosts,ipx", gtk_ipx_hostlist_init);
- register_tap_menu_item("IPX/Host List", REGISTER_TAP_LAYER_NETWORK,
+ register_tap_menu_item("IPX", REGISTER_TAP_GROUP_HOST_LIST,
gtk_ipx_hostlist_cb, NULL, NULL, NULL);
}