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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dfilter/syntax-tree.h b/epan/dfilter/syntax-tree.h
index 555915664d..3123b49589 100644
--- a/epan/dfilter/syntax-tree.h
+++ b/epan/dfilter/syntax-tree.h
@@ -27,6 +27,7 @@ typedef enum {
STTYPE_RANGE,
STTYPE_FUNCTION,
STTYPE_SET,
+ STTYPE_PCRE,
STTYPE_NUM_TYPES
} sttype_id_t;