]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4492: stream_tcp: when queue limit thresholds are exceeded in IDS mode...
authorDavis McPherson -X (davmcphe - XORIANT CORPORATION at Cisco) <davmcphe@cisco.com>
Tue, 29 Oct 2024 18:11:29 +0000 (18:11 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Tue, 29 Oct 2024 18:11:29 +0000 (18:11 +0000)
commit01bd4c251e8fd38a8d9ce9f74e9ec4e39ff28e90
tree0ed1d34f41c0a11d9f103cb2dbfb7121c58cb17a
parentdb89d6cf15378f34d9051806a0260182f42d93d5
Pull request #4492: stream_tcp: when queue limit thresholds are exceeded in IDS mode on asymmetric connections only skip a hole at the beginning of the seglist before flushing

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

Squashed commit of the following:

commit 3ea41ca77b1fc9f6f1bb775eb01ed784fdc71ad9
Author: davis mcpherson <davmcphe@cisco.com>
Date:   Tue Oct 22 12:10:15 2024 -0400

    stream_tcp: when queue limit thresholds are exceeded in IDS mode on asymmetric connections only skip a hole at the beginning of the seglist before flushing
12 files changed:
src/stream/tcp/tcp_event_logger.cc
src/stream/tcp/tcp_module.cc
src/stream/tcp/tcp_normalizer.cc
src/stream/tcp/tcp_reassembler_ids.cc
src/stream/tcp/tcp_reassembler_ips.cc
src/stream/tcp/tcp_reassembly_segments.cc
src/stream/tcp/tcp_reassembly_segments.h
src/stream/tcp/tcp_segment_descriptor.cc
src/stream/tcp/tcp_session.cc
src/stream/tcp/tcp_state_listen.cc
src/stream/tcp/tcp_state_none.cc
src/stream/tcp/tcp_stream_tracker.cc