]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: re-add app-layer to alerts on stream matches
authorVictor Julien <vjulien@oisf.net>
Wed, 11 Dec 2024 11:04:34 +0000 (12:04 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Dec 2024 21:24:41 +0000 (22:24 +0100)
commitb025fe283da0f8f98fb0d35b2d837c79d0dbe35c
tree2a75bbacf0eab2c22366a92bd93714d60b6e4966
parent19a638611b4fc88913fee463c1d5738ee2c42f01
detect: re-add app-layer to alerts on stream matches

The `guess-applayer-tx` work also removed the stream match condition
for adding app-layer metadata to alerts. This is a behavior change that
is not desired at this point, so this commit reverts that part of the
changes.

We keep the exising logging of app-layer metadata if the match was in
the stream.
src/detect.c