diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-02-23 20:28:31 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-02-23 20:28:31 +0000 |
commit | 09f8a69e4cbff302d1c0212ba69a158d70ac4196 (patch) | |
tree | 66aea56c8d83acababed6a58823efdb77e79b9b3 /gtk/hostlist_ip.c | |
parent | ed6148660bb086dfe7611a8b99a72e32834cfefa (diff) | |
download | wireshark-09f8a69e4cbff302d1c0212ba69a158d70ac4196.tar.gz wireshark-09f8a69e4cbff302d1c0212ba69a158d70ac4196.tar.bz2 wireshark-09f8a69e4cbff302d1c0212ba69a158d70ac4196.zip |
Changed all items to "Endpoint List" and get rid of the "Host List" group.
called "IO stats" now "Throughput Graph" as this might be somewhat more descriptive IMHO.
Same applies to the "TCP Stream Analysis" -> "TCP Stream Graphs"
svn path=/trunk/; revision=10203
Diffstat (limited to 'gtk/hostlist_ip.c')
-rw-r--r-- | gtk/hostlist_ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/hostlist_ip.c b/gtk/hostlist_ip.c index a59d58b523..c9822ada3b 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.4 2004/02/23 19:19:36 ulfl Exp $ + * $Id: hostlist_ip.c,v 1.5 2004/02/23 20:28:30 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -84,7 +84,7 @@ register_tap_listener_ip_hostlist(void) { register_ethereal_tap("hosts,ip", gtk_ip_hostlist_init); - register_tap_menu_item("IPv4", REGISTER_TAP_GROUP_HOST_LIST, + register_tap_menu_item("IPv4", REGISTER_TAP_GROUP_ENDPOINT_LIST, gtk_ip_hostlist_cb, NULL, NULL, NULL); } |