]> git.ipfire.org Git - thirdparty/suricata.git/commit
Bug 1401: on midstream pickup, fix packet direction 1383/head
authorVictor Julien <victor@inliniac.net>
Tue, 17 Mar 2015 10:48:17 +0000 (11:48 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 17 Mar 2015 10:48:17 +0000 (11:48 +0100)
commit60a49657df10d6d14f087037593fd8ef4daf07d5
tree8adc2a29ac00336340b87425c350e1859cebb5a4
parentee7e81325669d6349f345845eeaff4712fb852f0
Bug 1401: 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