aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/bootp_stat.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/bootp_stat.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/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index cd55b086f4..9d248917f6 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.21 2004/02/22 21:35:57 ulfl Exp $
+ * $Id: bootp_stat.c,v 1.22 2004/02/23 19:19:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -358,6 +358,6 @@ register_tap_listener_gtkdhcpstat(void)
{
register_ethereal_tap("bootp,stat,", gtk_dhcpstat_init);
- register_tap_menu_item("BOOTP-DHCP (Statistics)", REGISTER_TAP_LAYER_NETWORK,
+ register_tap_menu_item("BOOTP-DHCP", REGISTER_TAP_GROUP_NONE,
gtk_dhcpstat_cb, NULL, NULL, NULL);
}