aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_tcpip.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-02 17:25:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-02 17:25:10 +0000
commitfa9a7f064f650edf1f95d88428b980f290b893a7 (patch)
tree56e2e99582790da4d72f7ddd2d99c3eb7285212b /gtk/endpoint_talkers_tcpip.c
parent07e8972f61d89b6c7bb1fffb8591a65736319044 (diff)
build a conversation (aka endpoint_talkers) dialog,
which shows all kinds of conversations in a notebook svn path=/trunk/; revision=10771
Diffstat (limited to 'gtk/endpoint_talkers_tcpip.c')
-rw-r--r--gtk/endpoint_talkers_tcpip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/endpoint_talkers_tcpip.c b/gtk/endpoint_talkers_tcpip.c
index 3b97c0ee95..cf25358406 100644
--- a/gtk/endpoint_talkers_tcpip.c
+++ b/gtk/endpoint_talkers_tcpip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_tcpip.c
* endpoint_talkers_tcpip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_tcpip.c,v 1.26 2004/02/23 19:19:36 ulfl Exp $
+ * $Id: endpoint_talkers_tcpip.c,v 1.27 2004/05/02 17:25:10 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -83,5 +83,7 @@ register_tap_listener_tcpip_talkers(void)
register_tap_menu_item("TCP (IPv4 & IPv6)", REGISTER_TAP_GROUP_CONVERSATION_LIST,
gtk_tcpip_endpoints_cb, NULL, NULL, NULL);
+
+ register_ett_table(FALSE, "TCP", "tcp", NULL /*filter*/, (void *)tcpip_talkers_packet);
}