]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: update packet action on protocol change
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 3 Oct 2023 10:39:13 +0000 (12:39 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 18 Mar 2024 09:03:38 +0000 (10:03 +0100)
commit4c4f7ff1a2324bff9e4e09dd8354878b2455ac34
treea45b164054e5efcf54d6126e421a1ba65b76fe8f
parentff8597d50bebe92a9bf25df61d091f530c30791d
detect: update packet action on protocol change

Ticket: #6305

When running FlowWorkerStreamTCPUpdate, one of the dequeued packet
may set the flow action to drop, without updating the not-pseudo
packet action, as is done usually with a previous call to
FlowHandlePacketUpdate
src/flow-worker.c