]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: flush when setting no_inspection 10657/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 27 Nov 2023 16:07:21 +0000 (17:07 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 18 Mar 2024 09:03:40 +0000 (10:03 +0100)
commitcc3b4b01ec285d481e7ddcc7e062d1c8ec3b542c
treea3d7b58bb62b575ee4a5def2768a2fa449223929
parent4c4f7ff1a2324bff9e4e09dd8354878b2455ac34
detect: flush when setting no_inspection

Ticket: 6578

When a protocol such as SSH sets no_inspection, we still have to
flush the current streams and packets that contain clear-text
for detection.
src/app-layer-parser.c
src/flow-worker.c