aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-pcre.c
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/ftypes/ftype-pcre.c
parentc1a0db6cba9a743606cc6148ec8bcd884a48c754 (diff)
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/ftypes/ftype-pcre.c')
-rwxr-xr-xepan/ftypes/ftype-pcre.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-pcre.c b/epan/ftypes/ftype-pcre.c
index d22b4a261c..f658672c03 100755
--- a/epan/ftypes/ftype-pcre.c
+++ b/epan/ftypes/ftype-pcre.c
@@ -1,5 +1,5 @@
/*
- * $Id: ftype-pcre.c,v 1.2 2004/01/25 17:33:20 jmayer Exp $
+ * $Id: ftype-pcre.c,v 1.3 2004/02/27 12:00:32 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -184,6 +184,7 @@ ftype_register_pcre(void)
NULL, /* cmp_ge */
NULL, /* cmp_lt */
NULL, /* cmp_le */
+ NULL, /* cmp_bitwise_and */
NULL, /* cmp_contains */
NULL, /* cmp_matches */
@@ -223,6 +224,7 @@ ftype_register_pcre(void)
NULL, /* cmp_ge */
NULL, /* cmp_lt */
NULL, /* cmp_le */
+ NULL, /* cmp_bitwise_and */
NULL, /* cmp_contains */
NULL, /* cmp_matches */