]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/content: fix wrong value for depth check
authorVictor Julien <vjulien@oisf.net>
Tue, 5 Mar 2024 09:03:15 +0000 (10:03 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 28 Jun 2024 05:39:48 +0000 (07:39 +0200)
commitf02864875068e58609e4c9738a874ea32cebcfe8
tree86458aeb345f4f82cae2fbe636945e0b79e437b5
parentd0f3f2d4628d6b5d42d5b9a6317d009e3e9d8127
detect/content: fix wrong value for depth check

Limits propegation checked for DETECT_DEPTH as a content flag,
which appears to have worked by chance. After reshuffling the
keyword id's it no longer worked. This patch uses the proper
flag DETECT_CONTENT_DEPTH.
src/detect-content.c