]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: flush when setting no_inspection
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 27 Nov 2023 16:07:21 +0000 (17:07 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 18 Mar 2024 16:09:24 +0000 (17:09 +0100)
commit8b78f5e6dcac2604294e2cfb2ac1daf9119bb5c6
treeffab6480d71d4813bc5cc5d59c363b7c16b1ff8b
parent14d422109547ea7a1ea38673b87d6bdf20f2aa62
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.

(cherry picked from commit cc3b4b01ec285d481e7ddcc7e062d1c8ec3b542c)
src/app-layer-parser.c
src/flow-worker.c