]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/tests: improve detection entry 7544/head
authorVictor Julien <victor@inliniac.net>
Fri, 10 Sep 2021 11:42:15 +0000 (13:42 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 14 Jun 2022 19:12:48 +0000 (21:12 +0200)
commita32b02fb65a04355ce7bf49cd4ab77ec50774961
tree5cd8f3e6ebf12d6c51d4d1010eeadfeeca6f9412
parent5fcbc8bb50f2d1b86383136f9e18896b971fb5ba
detect/tests: improve detection entry

Lots of tests still use SigMatchSignatures as their main detection
entry function, which bypassed some logic. Make it match main logic
more closely.

(cherry picked from commit e36b9b89a1be5b45b6e071248a17208b617b0c71)
src/detect.c