]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/timeout: fix TCP seq/ack for reversed flows 5678/head
authorVictor Julien <victor@inliniac.net>
Wed, 23 Dec 2020 14:55:19 +0000 (15:55 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 23 Dec 2020 15:35:43 +0000 (16:35 +0100)
commit49bd1f85b99e8bd473ae28c6eb93510b2b3c7668
tree661d3bb1705fe5fed6a47a38c369d5ed042b5d60
parent3c7c361b603653a4c0bb30a4261babc45988d163
flow/timeout: fix TCP seq/ack for reversed flows

When a flow is swapped it also swaps the stream trackers, so it does
not make sense to reverse them during pseudo packet creation.
src/flow-timeout.c