aboutsummaryrefslogtreecommitdiffstats
path: root/cli_main.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-04-20 00:04:05 +0100
committerJoão Valverde <j@v6e.pt>2022-05-12 14:26:54 +0100
commitb602911b31dc98a2b2c835f116396a7beb5fabbc (patch)
tree2c0ef0112836885e02db0f6f17df1581cfb1956e /cli_main.c
parent164f3ce9a28d85811dc86e20a48d2e84cfe06e2b (diff)
dfilter: Add support for universal quantifiers
Adds the keywords "any" and "all" to implement the quantification to any existing relational operator. Filter: all tcp.port in {100, 2000..3000} Syntax tree: 0 ALL TEST_IN: 1 FIELD(tcp.port) 1 SET(#2): 2 FVALUE(100 <FT_UINT16>) 2 FVALUE(2000 <FT_UINT16>) .. FVALUE(3000 <FT_UINT16>) Instructions: 00000 READ_TREE tcp.port -> reg#0 00001 IF_FALSE_GOTO 5 00002 ALL_EQ reg#0 === 100 <FT_UINT16> 00003 IF_TRUE_GOTO 5 00004 ALL_IN_RANGE reg#0 in { 2000 <FT_UINT16> .. 3000 <FT_UINT16> } 00005 RETURN
Diffstat (limited to 'cli_main.c')
0 files changed, 0 insertions, 0 deletions