aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_eth.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
commited6148660bb086dfe7611a8b99a72e32834cfefa (patch)
treeb065fa5798667e9b2226f563e5e2edeb12417268 /gtk/hostlist_eth.c
parent56aeb8f3a65be8f81396c7dea166e7e9d177b355 (diff)
statistics menu redesigned, now looking more like the former menu,
items now again grouped by function, not by ISO layer svn path=/trunk/; revision=10202
Diffstat (limited to 'gtk/hostlist_eth.c')
-rw-r--r--gtk/hostlist_eth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/hostlist_eth.c b/gtk/hostlist_eth.c
index 6e68a03cf8..45c9fbf68a 100644
--- a/gtk/hostlist_eth.c
+++ b/gtk/hostlist_eth.c
@@ -1,7 +1,7 @@
/* hostlist_eth.c 2004 Ian Schorr
* modified from endpoint_talkers_eth.c 2003 Ronnie Sahlberg
*
- * $Id: hostlist_eth.c,v 1.3 2004/02/23 05:35:46 guy Exp $
+ * $Id: hostlist_eth.c,v 1.4 2004/02/23 19:19:36 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,7 +85,7 @@ register_tap_listener_eth_hostlist(void)
{
register_ethereal_tap("hosts,eth", gtk_eth_hostlist_init);
- register_tap_menu_item("Ethernet/Host List", REGISTER_TAP_LAYER_DATA_LINK,
+ register_tap_menu_item("Ethernet", REGISTER_TAP_GROUP_HOST_LIST,
gtk_eth_hostlist_cb, NULL, NULL, NULL);
}