]> git.ipfire.org Git - thirdparty/suricata.git/commit
Bug 1420: on midstream pickup, fix packet direction 1394/head
authorVictor Julien <victor@inliniac.net>
Tue, 17 Mar 2015 10:48:17 +0000 (11:48 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 23 Mar 2015 13:25:04 +0000 (14:25 +0100)
commitf76e5de349839474bd362260e41a0484bbd619b9
treee057c81ad106f4adc26ff6bb7dd554f94eacc257
parent004248f699c6032162818606d20f28cb93b7047f
Bug 1420: on midstream pickup, fix packet direction

On midstream SYN/ACK pickups, we would flip the direction of packets
after the first. This meant the first (pickup) packet's direction
was wrong.

This patch fixes that.
src/stream-tcp.c