aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-03-21 03:06:17 -0700
committerGuy Harris <gharris@sonic.net>2021-03-21 03:27:44 -0700
commitb61fd6d76a2ce97f2bae40d8a8eacebc91e617ea (patch)
treed229e30e3f969bb916d1dd50f1d98a60b33252d0 /test/lua
parentce611792c37f5c80692bc927e07d3d4f36cd5b65 (diff)
dfilter, ftypes: get rid of FT_PCRE.
It's not a valid field type, it's only a hack to support regular expression matching in packet-matching expressions. Instead, in the packet-matching code, have a separate syntax tree type for Perl-compatible regular expressions, and a separate instruction to load one into a register, and have the "matching" operator for field types take a GRegex * as the second argument.
Diffstat (limited to 'test/lua')
-rw-r--r--test/lua/globals_2.2.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lua/globals_2.2.txt b/test/lua/globals_2.2.txt
index e891184fbf..67442b8112 100644
--- a/test/lua/globals_2.2.txt
+++ b/test/lua/globals_2.2.txt
@@ -767,7 +767,6 @@
["IPv6"] = 24,
["NONE"] = 0,
["OID"] = 29,
- ["PCRE"] = 27,
["PROTOCOL"] = 1,
["RELATIVE_TIME"] = 16,
["REL_OID"] = 33,