]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/app-layer-proto: fix prefilter check 11751/head
authorVictor Julien <vjulien@oisf.net>
Wed, 11 Sep 2024 08:18:58 +0000 (10:18 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 11 Sep 2024 08:19:01 +0000 (10:19 +0200)
commitc6aeec10b574700d9a350074d7f38753ba277b19
treec73fc2cb43beda29ad7fc8c253e22806ac5a8abc
parent9d922af7c1fbb70c940d9d2787cc2a44c0bec5d8
detect/app-layer-proto: fix prefilter check

Prefilter wasn't yet using `AppProtoEquals` which might lead to
mismatches with HTTP and DCERPC related signatures.
src/detect-app-layer-protocol.c