]> 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 10:17:16 +0000 (12:17 +0200)
commit043bbb9f517fed4225acb639f9d356403cd441e6
treed8b36411d1ad46351ac2ca52fd3f43bfa120af99
parent4b9cac426a859a4129aa4b075291e73e9f72c1af
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.

(cherry picked from commit 2a9515471287d2b8fc5aa2e1879aabadaf5f421e)
src/flow-manager.c
src/flow-worker.c