aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-10 07:09:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-10 07:09:35 +0000
commit52a1eb4ab706573f6f017e45ab2ea2931ed1fcff (patch)
tree8f181254dd241ffe7f41a48b0c318e63df3f3231 /column.c
parenta6a6e05589b8af73bff21125a90d2c8fb0516f4b (diff)
Fix a comment, to reflect the demise of "ethereal.h".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@648 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'column.c')
-rw-r--r--column.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/column.c b/column.c
index 94c686d2d0..a654ed5dbd 100644
--- a/column.c
+++ b/column.c
@@ -1,7 +1,7 @@
/* column.c
* Routines for handling column preferences
*
- * $Id: column.c,v 1.22 1999/09/10 06:53:23 guy Exp $
+ * $Id: column.c,v 1.23 1999/09/10 07:09:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,7 +66,7 @@ static void column_sel_del_cb(GtkWidget *, gpointer);
static void column_sel_arrow_cb(GtkWidget *, gpointer);
static void column_set_fmt_cb(GtkWidget *, gpointer);
-/* Given a format number (as defined in ethereal.h), returns its equivalent
+/* Given a format number (as defined in packet.h), returns its equivalent
string */
static gchar *
col_format_to_string(gint fmt) {
@@ -82,7 +82,7 @@ col_format_to_string(gint fmt) {
return(slist[fmt]);
}
-/* Given a format number (as defined in ethereal.h), returns its
+/* Given a format number (as defined in packet.h), returns its
description */
static gchar *
col_format_desc(gint fmt) {