summaryrefslogtreecommitdiff
path: root/epan/dfilter/sttype-test.h
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-02-27 12:00:32 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-02-27 12:00:32 +0000
commit1791f849198d188c4670a64e80c7ade0fee48820 (patch)
tree9e7c7db5726d4e8694e91a091472aedc623f9849 /epan/dfilter/sttype-test.h
parentc1a0db6cba9a743606cc6148ec8bcd884a48c754 (diff)
downloadwireshark-1791f849198d188c4670a64e80c7ade0fee48820.tar.gz
First attempt at "bitwise AND" display filter operator.
Document how a display operator can be added. svn path=/trunk/; revision=10250
Diffstat (limited to 'epan/dfilter/sttype-test.h')
-rw-r--r--epan/dfilter/sttype-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dfilter/sttype-test.h b/epan/dfilter/sttype-test.h
index cdbf48b0ba..1814b8c236 100644
--- a/epan/dfilter/sttype-test.h
+++ b/epan/dfilter/sttype-test.h
@@ -1,5 +1,5 @@
/*
- * $Id: sttype-test.h,v 1.5 2003/12/06 16:35:19 gram Exp $
+ * $Id: sttype-test.h,v 1.6 2004/02/27 12:00:31 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,6 +36,7 @@ typedef enum {
TEST_OP_GE,
TEST_OP_LT,
TEST_OP_LE,
+ TEST_OP_BITWISE_AND,
TEST_OP_CONTAINS,
TEST_OP_MATCHES
} test_op_t;