]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: allow raw reassembly catch up
authorVictor Julien <victor@inliniac.net>
Sat, 25 Feb 2017 12:33:40 +0000 (13:33 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Apr 2017 15:41:11 +0000 (17:41 +0200)
commit7c56c9ada0a9db67c6ca0fc8736a1cc46cbf52d5
tree485680f4e85c6e4d142278d60080da80db3f08f3
parent89d0267df2ea50ed23432795ad6eee43ee08aad7
stream: allow raw reassembly catch up

If raw reassembly falls behind, for example because no raw mpm is
active, then we need to sync up to the app progress if that is
available, or to the generic tcp tracking otherwise.
src/detect.c
src/stream-tcp-reassemble.c