]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2163 in SNORT/snort3 from ~SMINUT/snort3:stream_detained_list2...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Thu, 7 May 2020 17:21:20 +0000 (17:21 +0000)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Thu, 7 May 2020 17:21:20 +0000 (17:21 +0000)
commit22887982b9ffa70dfa04f43e97aaba9b8c5aef22
tree9969dfac44032e5eb18ec33a8d80547c5814b955
parent58515b8ff348289021e6c0c34935b569a6c9f9de
Merge pull request #2163 in SNORT/snort3 from ~SMINUT/snort3:stream_detained_list2 to master

Squashed commit of the following:

commit cc9777d3e2ae3aa4bf744f35ea5c218b3cbd3516
Author: Silviu Minut <sminut@cisco.com>
Date:   Tue Apr 14 19:40:15 2020 -0400

    stream: add a configurable timeout for held packets

        If a held packet has been detained for a certain amount of time,
        flush it.
15 files changed:
src/main/analyzer.cc
src/stream/stream.cc
src/stream/stream.h
src/stream/tcp/CMakeLists.txt
src/stream/tcp/held_packet_queue.cc [new file with mode: 0644]
src/stream/tcp/held_packet_queue.h [new file with mode: 0644]
src/stream/tcp/stream_tcp.cc
src/stream/tcp/tcp_module.cc
src/stream/tcp/tcp_module.h
src/stream/tcp/tcp_reassembler.cc
src/stream/tcp/tcp_reassembler.h
src/stream/tcp/tcp_reassemblers.h
src/stream/tcp/tcp_stream_config.h
src/stream/tcp/tcp_stream_tracker.cc
src/stream/tcp/tcp_stream_tracker.h