aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/syntax-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/syntax-tree.h')
-rw-r--r--epan/dfilter/syntax-tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dfilter/syntax-tree.h b/epan/dfilter/syntax-tree.h
index 88c273b38d..f421609a60 100644
--- a/epan/dfilter/syntax-tree.h
+++ b/epan/dfilter/syntax-tree.h
@@ -1,5 +1,5 @@
/*
- * $Id: syntax-tree.h,v 1.4 2002/08/28 20:40:56 jmayer Exp $
+ * $Id: syntax-tree.h,v 1.5 2003/07/25 03:44:01 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,6 +30,7 @@
typedef enum {
STTYPE_UNINITIALIZED,
STTYPE_TEST,
+ STTYPE_UNPARSED,
STTYPE_STRING,
STTYPE_FIELD,
STTYPE_FVALUE,