aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/dfilter-int.h')
-rw-r--r--epan/dfilter/dfilter-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dfilter/dfilter-int.h b/epan/dfilter/dfilter-int.h
index 9d53353954..648892aed6 100644
--- a/epan/dfilter/dfilter-int.h
+++ b/epan/dfilter/dfilter-int.h
@@ -50,6 +50,7 @@ typedef struct {
typedef struct {
dfwork_t *dfw;
GString* quoted_string;
+ gboolean raw_string;
gboolean in_set; /* true if parsing set elements for the membership operator */
} df_scanner_state_t;