]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/timeout: no pseudo packets for dropped flows
authorVictor Julien <vjulien@oisf.net>
Wed, 31 May 2023 13:56:54 +0000 (15:56 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 2 Jun 2023 09:21:47 +0000 (11:21 +0200)
commit2a9515471287d2b8fc5aa2e1879aabadaf5f421e
treeb2e65fdae523a2dde72974807e47536cb6d97788
parentd91a1e8bc6b886bdd383f3f7105ef9b2bf3a33fe
flow/timeout: no pseudo packets for dropped flows

When a flow is in the drop flow state, don't use pseudo packets
when it is timing out. There should be no work left to do at this
point.
src/flow-manager.c
src/flow-worker.c