Pull request #4741: stream_tcp: fix issues with skipping seglist holes in ids mode
Merge in SNORT/snort3 from ~DAVMCPHE/snort3:ids_skip_seglist_holes_fix to master
Squashed commit of the following:
commit
3590f4bed9550af66f9260739fd66bf218146c3f
Author: davis mcpherson <davmcphe@cisco.com>
Date: Sun May 11 17:59:09 2025 -0400
stream_tcp: fix issues with skipping seglist holes in ids mode
stream_tcp: add splitter restart function, restart when hole skipped by AtomSplitter
stream_tcp: when reassembly is disable/ignored update rcv_nxt to left edge of first hole or to end of seglist
if no holes on each received data segment
commit
8c00c0a46628f4d5240478029530cb5227152f26
Author: davis mcpherson <davmcphe@cisco.com>
Date: Fri Jun 13 08:11:19 2025 -0400
snort3: add build directory and vscode workspace config file to git ignore list