aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_a_stat.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/ansi_a_stat.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/ansi_a_stat.c')
-rw-r--r--gtk/ansi_a_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index 78f5157753..59fed4e218 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_a_stat.c,v 1.14 2004/02/22 18:44:00 ulfl Exp $
+ * $Id: ansi_a_stat.c,v 1.15 2004/02/23 19:19:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -535,8 +535,8 @@ register_tap_listener_gtkansi_a_stat(void)
exit(1);
}
- register_tap_menu_item("ANSI/A-Interface BSMAP", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("ANSI/A-Interface BSMAP", REGISTER_TAP_GROUP_NONE,
ansi_a_stat_gtk_bsmap_cb, NULL, NULL ,NULL);
- register_tap_menu_item("ANSI/A-Interface DTAP", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("ANSI/A-Interface DTAP", REGISTER_TAP_GROUP_NONE,
ansi_a_stat_gtk_dtap_cb, NULL, NULL ,NULL);
}