aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hostlist_fc.c')
-rw-r--r--gtk/hostlist_fc.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/gtk/hostlist_fc.c b/gtk/hostlist_fc.c
index 1c43e5812f..e64e2ac73f 100644
--- a/gtk/hostlist_fc.c
+++ b/gtk/hostlist_fc.c
@@ -1,7 +1,7 @@
/* hostlist_fc.c 2004 Ian Schorr
* modified from endpoint_talkers_fc.c 2003 Ronnie Sahlberg
*
- * $Id: hostlist_fc.c,v 1.1 2004/02/20 09:09:11 guy Exp $
+ * $Id: hostlist_fc.c,v 1.2 2004/02/22 18:44:01 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -81,18 +81,11 @@ gtk_fc_hostlist_cb(GtkWidget *w _U_, gpointer d _U_)
void
-register_tap_menu_fc_hostlist(void)
-{
- register_tap_menu_item("_Statistics/Host List/Fibre Channel",
- gtk_fc_hostlist_cb, NULL, NULL, NULL);
-}
-
-
-
-
-void
register_tap_listener_fc_hostlist(void)
{
register_ethereal_tap("conv,fc", gtk_fc_hostlist_init);
+
+ register_tap_menu_item("Fibre Channel/Host List", REGISTER_TAP_LAYER_DATA_LINK,
+ gtk_fc_hostlist_cb, NULL, NULL, NULL);
}