]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/timeout: add frame awareness
authorVictor Julien <vjulien@oisf.net>
Fri, 6 Dec 2024 13:15:34 +0000 (14:15 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 11 Dec 2024 08:34:19 +0000 (09:34 +0100)
commitd1b0d00478ffd90e367675ca029b193caa8b5553
treea95a51ee6d02d35874cd72983499af2d70e8c58a
parent0de9eee04d967a4dc8c0ba7d0bc57789f4d8a1f2
flow/timeout: add frame awareness

If there are still frames in the flow, the detection and logging logic
needs to be able to evaluate them. To do this, make the flow timeout
logic aware of the frames. If frames still exist in a direction, trigger
a FFR packet to be created.

Ticket: #7440.
src/flow-timeout.c