aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_ip.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-02 21:16:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-02 21:16:09 +0000
commit314328d453f76721baac0bb561d60cb6a403eb8e (patch)
treee7279eb3937eddcc1605d675be916a18894264c6 /gtk/hostlist_ip.c
parent256982cb6ff149ecd39c9a3fb03c59f698aa01f0 (diff)
build a endpoints (aka hostlist) dialog,
which shows all kinds of endpoints in a notebook svn path=/trunk/; revision=10773
Diffstat (limited to 'gtk/hostlist_ip.c')
-rw-r--r--gtk/hostlist_ip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/hostlist_ip.c b/gtk/hostlist_ip.c
index c9822ada3b..a16210c411 100644
--- a/gtk/hostlist_ip.c
+++ b/gtk/hostlist_ip.c
@@ -1,7 +1,7 @@
/* hostlist_ip.c 2004 Ian Schorr
* modified from endpoint_talkers_ip.c 2003 Ronnie Sahlberg
*
- * $Id: hostlist_ip.c,v 1.5 2004/02/23 20:28:30 ulfl Exp $
+ * $Id: hostlist_ip.c,v 1.6 2004/05/02 21:16:08 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -86,5 +86,7 @@ register_tap_listener_ip_hostlist(void)
register_tap_menu_item("IPv4", REGISTER_TAP_GROUP_ENDPOINT_LIST,
gtk_ip_hostlist_cb, NULL, NULL, NULL);
+
+ register_hostlist_table(TRUE, "IPv4", "ip", NULL /*filter*/, (void *)ip_hostlist_packet);
}