Switch to the iterative evaluator
This commit is contained in:
parent
f2ba9d7621
commit
eeb5ddcf0c
@ -142,7 +142,7 @@ void packet_cb(u_char __attribute__((__unused__)) *user,
|
|||||||
if (is_repeat && zconf.filter_duplicates) {
|
if (is_repeat && zconf.filter_duplicates) {
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
if (!evaluate_expression(zconf.filter.expression, fs)) {
|
if (!evaluate_expression_fast(zconf.filter.expression, fs)) {
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user