summaryrefslogtreecommitdiff
path: root/epan/dfilter/dfilter-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-01-31 19:50:38 +0000
committerGerald Combs <gerald@wireshark.org>2008-01-31 19:50:38 +0000
commit9703c2bb75f8498f547c5a66b0c0aa8d922668ba (patch)
treedd8eb691d273e26190372f913f86209491f2776c /epan/dfilter/dfilter-int.h
parentf3747bf63786cac3ebc8e13621c688a0c0451970 (diff)
downloadwireshark-9703c2bb75f8498f547c5a66b0c0aa8d922668ba.tar.gz
If "!=" or "ne" are used in a display filter, warn the user that the results
may be unexpected. svn path=/trunk/; revision=24232
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 f66e7c8a4c..aa3f4831c4 100644
--- a/epan/dfilter/dfilter-int.h
+++ b/epan/dfilter/dfilter-int.h
@@ -39,6 +39,7 @@ struct _dfilter_t {
gboolean *attempted_load;
int *interesting_fields;
int num_interesting_fields;
+ GPtrArray *deprecated;
};
typedef struct {