]> git.ipfire.org Git - thirdparty/suricata.git/commit
analysis: report rule state altered by other rule
authorJuliana Fajardini <jufajardini@gmail.com>
Fri, 17 Jan 2025 20:43:34 +0000 (17:43 -0300)
committerVictor Julien <victor@inliniac.net>
Wed, 19 Feb 2025 08:21:32 +0000 (09:21 +0100)
commit06b506e2cd0bdba184b439430489a336d41b72a4
treedb4a5a98dfc5101d09436c237196c298289c9441
parent576f2ed1e77da59a22357c09e1b5a7912e7fbbe2
analysis: report rule state altered by other rule

Flowbits can make a rule such as a packet rule be treated as a stateful
rule, without actually changing the rule type.

Add a flag to allow reporting such cases via engine analysis.

Task #7456
src/detect-engine-analyzer.c
src/detect-engine-build.c
src/detect-flowbits.c
src/detect-parse.c
src/detect.h