]> 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 <vjulien@oisf.net>
Mon, 18 Mar 2024 16:09:16 +0000 (17:09 +0100)
commit14d422109547ea7a1ea38673b87d6bdf20f2aa62
treedacf0691cc68d64dc09efc07126deffcbe6d3804
parentc8c72030bfd586955e826aaa90303cef102e95bb
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

(cherry picked from commit 4c4f7ff1a2324bff9e4e09dd8354878b2455ac34)
src/flow-worker.c