Merge remote-tracking branch 'origin/topic/johanna/connection-syn-packet-doc'

* origin/topic/johanna/connection-syn-packet-doc:
  Documentation: connection_SYN_packet
This commit is contained in:
Tim Wojtulewicz 2025-07-14 11:26:06 -07:00
commit 55b427142d
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,10 @@
8.0.0-dev.653 | 2025-07-14 11:26:06 -0700
* Documentation: connection_SYN_packet (Johanna Amann, Corelight)
Slightly clarify documentation related to the connection_SYN_packet
event.
8.0.0-dev.651 | 2025-07-14 09:31:19 -0700
* Use ranges::reverse_view to fix a few reverse ranged-for loops (Tim Wojtulewicz)