]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/flowbits: remove DETECT_FLOWBITS_CMD_NOALERT 10028/head
authorShivani Bhardwaj <shivani@oisf.net>
Sat, 9 Dec 2023 07:19:31 +0000 (12:49 +0530)
committerVictor Julien <victor@inliniac.net>
Mon, 11 Dec 2023 16:25:30 +0000 (17:25 +0100)
commit75471dd69b78d0915819b978e937483dca8b4a04
tree3cca2ce4530acafd3296f5d0db07ab7bafc2e852
parent34858808c112c064cd9799894f46bcba9389291d
detect/flowbits: remove DETECT_FLOWBITS_CMD_NOALERT

DETECT_FLOWBITS_CMD_NOALERT is misleading as it gives an impression that
noalert is a flowbit specific command that'll be used and dealt with at
some point but as soon as noalert is found in the rule lang, signature
flag for noalert is set and control is returned. It never gets added to
cmd of the flowbits object.
src/detect-flowbits.c
src/detect-flowbits.h