]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/flowbits: remove DETECT_FLOWBITS_CMD_NOALERT
authorShivani Bhardwaj <shivani@oisf.net>
Sat, 9 Dec 2023 07:19:31 +0000 (12:49 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 2 Jul 2024 19:25:29 +0000 (21:25 +0200)
commit1f69d6cdedc1cf17ba03016f6458568dc3f52791
tree66aa2c3f49d6e6a0f011fc469ab26b840ee9d232
parent6fbcab4af1303422acd858bdefdefceabb683a56
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.

(cherry picked from commit 75471dd69b78d0915819b978e937483dca8b4a04)
src/detect-flowbits.c
src/detect-flowbits.h