summaryrefslogtreecommitdiff
path: root/epan/dfilter/sttype-test.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-06 16:35:20 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-06 16:35:20 +0000
commit55a6251e7c52b3610cd8992b541be919a5dca5aa (patch)
tree11537545c74d4f5276cfffaf8cb7b2ad4e6fbba8 /epan/dfilter/sttype-test.h
parent71c8b6077b28245ed7f65e129bf0bcab1066947e (diff)
downloadwireshark-55a6251e7c52b3610cd8992b541be919a5dca5aa.tar.gz
From Olivier Biot
New "matches" operater in display filter language. Uses PCRE. If a "matches" operator is found in a dfilter while libpcre has not been used to build the binary, then an exception is thrown after using dfilter_fail() to set an apporporiate error message. svn path=/trunk/; revision=9182
Diffstat (limited to 'epan/dfilter/sttype-test.h')
-rw-r--r--epan/dfilter/sttype-test.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dfilter/sttype-test.h b/epan/dfilter/sttype-test.h
index f662a5b097..cdbf48b0ba 100644
--- a/epan/dfilter/sttype-test.h
+++ b/epan/dfilter/sttype-test.h
@@ -1,5 +1,5 @@
/*
- * $Id: sttype-test.h,v 1.4 2003/08/27 15:23:05 gram Exp $
+ * $Id: sttype-test.h,v 1.5 2003/12/06 16:35:19 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -36,7 +36,8 @@ typedef enum {
TEST_OP_GE,
TEST_OP_LT,
TEST_OP_LE,
- TEST_OP_CONTAINS
+ TEST_OP_CONTAINS,
+ TEST_OP_MATCHES
} test_op_t;
void