]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix StreamTcpSegmentForSession missing segments
authorScott Jordan <scottfgjordan@gmail.com>
Fri, 15 Jul 2022 14:50:21 +0000 (10:50 -0400)
committerVictor Julien <vjulien@oisf.net>
Thu, 28 Jul 2022 14:40:02 +0000 (16:40 +0200)
commit7eaf1688b5992c1c951a9b44c3432167d3b0c35b
treee03f47fde9381d9d5cd497e6764a55ad505af3ff
parent87990b138c1b9fa2d045df2df7eed856b8da5b0f
stream: fix StreamTcpSegmentForSession missing segments

Bugfix, segment traversal was being initialized at root node, but
should have been started at the min node. Bug resulted in captures
missing segments left of root node.
src/stream-tcp.c