]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: allow rule which need both directions to match 12875/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 18 Jan 2024 13:15:14 +0000 (14:15 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 29 Mar 2025 21:14:02 +0000 (22:14 +0100)
commit3a092f30278b2c6c86c4a0c0f3bca7f77d5922c8
tree5825bb5bc02940e1bb463f7915eab676cd778aba
parent81915548de4b157c66f2af8cbae2904dd36f49e0
detect: allow rule which need both directions to match

Ticket: 5665

This is done with `alert ip any any => any any`
The => operator means that we will need both directions
17 files changed:
doc/userguide/rules/intro.rst
src/detect-engine-mpm.c
src/detect-engine-mpm.h
src/detect-engine-state.c
src/detect-engine.c
src/detect-fast-pattern.c
src/detect-file-data.c
src/detect-filemagic.c
src/detect-filename.c
src/detect-flow.c
src/detect-http-client-body.c
src/detect-http-headers-stub.h
src/detect-parse.c
src/detect-parse.h
src/detect-prefilter.c
src/detect.c
src/detect.h