]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4463: stream_tcp: implement flush on asymmetric flows in IDS mode when...
authorDavis McPherson -X (davmcphe - XORIANT CORPORATION at Cisco) <davmcphe@cisco.com>
Tue, 1 Oct 2024 20:44:40 +0000 (20:44 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Tue, 1 Oct 2024 20:44:40 +0000 (20:44 +0000)
commit087c1d6b77ea139ee4370f3c690fd144491c670e
tree07f58a95a71d2daf0e134ffe17ef887ab6f3f4d6
parentd76827e9550bbfc869d468b1210823e1785b3419
Pull request #4463: stream_tcp: implement flush on asymmetric flows in IDS mode when queued bytes exceeds configured threshold

Merge in SNORT/snort3 from ~DAVMCPHE/snort3:ids_asymmetric_support to master

Squashed commit of the following:

commit 97bdb1f6e267a42f2f83dc62444a9c0bf97170ad
Author: davis mcpherson <davmcphe@cisco.com>
Date:   Thu Sep 5 09:30:58 2024 -0400

    stream_tcp: implement flush on asymmetric flows in IDS mode when queued bytes exceeds configure threshold
14 files changed:
src/stream/tcp/tcp_module.cc
src/stream/tcp/tcp_reassembler.cc
src/stream/tcp/tcp_reassembler.h
src/stream/tcp/tcp_reassembler_ids.cc
src/stream/tcp/tcp_reassembler_ids.h
src/stream/tcp/tcp_reassembler_ips.cc
src/stream/tcp/tcp_reassembler_ips.h
src/stream/tcp/tcp_reassembly_segments.cc
src/stream/tcp/tcp_session.cc
src/stream/tcp/tcp_state_syn_sent.cc
src/stream/tcp/tcp_stream_config.cc
src/stream/tcp/tcp_stream_config.h
src/stream/tcp/tcp_stream_tracker.cc
src/stream/tcp/tcp_stream_tracker.h