aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_tcpip.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-02 21:16:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-02 21:16:09 +0000
commitb1114c5771b4973f6f95994d7270469475537c60 (patch)
treee7279eb3937eddcc1605d675be916a18894264c6 /gtk/hostlist_tcpip.c
parent5bc84cb0c4d90d58c9df365e84411359e7e69825 (diff)
build a endpoints (aka hostlist) dialog,
which shows all kinds of endpoints in a notebook git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10773 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_tcpip.c')
-rw-r--r--gtk/hostlist_tcpip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/hostlist_tcpip.c b/gtk/hostlist_tcpip.c
index 359a86585f..171ddf7167 100644
--- a/gtk/hostlist_tcpip.c
+++ b/gtk/hostlist_tcpip.c
@@ -1,7 +1,7 @@
/* hostlist_tcpip.c 2004 Ian Schorr
* modified from endpoint_talkers_tcpip.c 2003 Ronnie Sahlberg
*
- * $Id: hostlist_tcpip.c,v 1.5 2004/02/23 19:19:37 ulfl Exp $
+ * $Id: hostlist_tcpip.c,v 1.6 2004/05/02 21:16:09 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -87,5 +87,7 @@ register_tap_listener_tcpip_hostlist(void)
register_tap_menu_item("TCP (IPv4 & IPv6)", REGISTER_TAP_GROUP_ENDPOINT_LIST,
gtk_tcpip_hostlist_cb, NULL, NULL, NULL);
+
+ register_hostlist_table(FALSE, "TCP", "tcp", NULL /*filter*/, (void *)tcpip_hostlist_packet);
}