aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-07-10 11:53:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-07-10 11:53:51 +0000
commit8f1057754e9b08635e06467c9bcf7da0979b378d (patch)
tree5b3b1b96d6809f8591a4c2d2da1fcccbf614d465 /gtk/hostlist_table.c
parent7fb47f314f6d9c6a8630a0b21d2a8a0e5e639265 (diff)
changed column headers, don't talk of frames but of packets
svn path=/trunk/; revision=11361
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 35e640258d..02b043f0b1 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -2,7 +2,7 @@
* modified from endpoint_talkers_table.c 2003 Ronnie Sahlberg
* Helper routines common to all host list taps.
*
- * $Id: hostlist_table.c,v 1.17 2004/06/03 21:46:27 guy Exp $
+ * $Id: hostlist_table.c,v 1.18 2004/07/10 11:53:51 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -550,7 +550,7 @@ init_hostlist_table_page(hostlist_table *hosttable, GtkWidget *vbox, gboolean hi
GString *error_string;
GtkWidget *label;
char title[256];
- char *default_titles[] = { "Address", "Port", "Frames", "Bytes", "Tx Frames", "Tx Bytes", "Rx Frames", "Rx Bytes" };
+ char *default_titles[] = { "Address", "Port", "Packets", "Bytes", "Tx Packets", "Tx Bytes", "Rx Packets", "Rx Bytes" };
g_snprintf(title, 255, "%s Endpoints", table_name);