aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
commit3f020f582ecb5c6e6994a6ad896f41043f100536 (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /text2pcap.c
parent951b5352476bc57ca122fac571e2f489e3f1ada5 (diff)
Compiling with -pedantic:
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2pcap.c b/text2pcap.c
index e30e8fcdf8..14deeccd85 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -6,7 +6,7 @@
*
* (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: text2pcap.c,v 1.26 2003/04/27 00:41:50 guy Exp $
+ * $Id: text2pcap.c,v 1.27 2003/12/21 04:31:57 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -195,7 +195,7 @@ typedef enum {
START_OF_LINE, /* Starting from beginning of line */
READ_OFFSET, /* Just read the offset */
READ_BYTE, /* Just read a byte */
- READ_TEXT, /* Just read text - ignore until EOL */
+ READ_TEXT /* Just read text - ignore until EOL */
} parser_state_t;
static parser_state_t state = INIT;