diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-09-10 07:09:35 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-09-10 07:09:35 +0000 |
commit | f9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7 (patch) | |
tree | 8f181254dd241ffe7f41a48b0c318e63df3f3231 /column.c | |
parent | 046c060f989cdd51791c2112c1103f858ceeadf4 (diff) | |
download | wireshark-f9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7.tar.gz wireshark-f9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7.tar.bz2 wireshark-f9f2bf9a28595c2cd304a66a72e1e906f2ceb0e7.zip |
Fix a comment, to reflect the demise of "ethereal.h".
svn path=/trunk/; revision=648
Diffstat (limited to 'column.c')
-rw-r--r-- | column.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) { |