From 55a6251e7c52b3610cd8992b541be919a5dca5aa Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Sat, 6 Dec 2003 16:35:20 +0000 Subject: 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 --- epan/ftypes/ftype-time.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/ftypes/ftype-time.c') diff --git a/epan/ftypes/ftype-time.c b/epan/ftypes/ftype-time.c index d926d30365..8456bf6a31 100644 --- a/epan/ftypes/ftype-time.c +++ b/epan/ftypes/ftype-time.c @@ -1,5 +1,5 @@ /* - * $Id: ftype-time.c,v 1.21 2003/08/27 15:23:07 gram Exp $ + * $Id: ftype-time.c,v 1.22 2003/12/06 16:35:20 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -363,6 +363,7 @@ ftype_register_time(void) cmp_lt, cmp_le, NULL, /* cmp_contains */ + NULL, /* cmp_matches */ NULL, NULL @@ -393,6 +394,7 @@ ftype_register_time(void) cmp_lt, cmp_le, NULL, /* cmp_contains */ + NULL, /* cmp_matches */ NULL, NULL -- cgit v1.2.3