Documentation: connection_SYN_packet

Slightly clarify documentation related to the connection_SYN_packet
event.
This commit is contained in:
Johanna Amann 2025-07-10 12:39:13 +01:00 committed by Tim Wojtulewicz
parent a843521e78
commit 2fc75009f4
2 changed files with 3 additions and 2 deletions

View file

@ -155,7 +155,8 @@ event connection_reset%(c: connection%);
event connection_pending%(c: connection%);
## Generated for a SYN packet. Zeek raises this event for every SYN packet seen
## by its TCP analyzer.
## by its TCP analyzer. This includes packets that have other flags set - like
## in the case of SYN-ACK packets.
##
## c: The connection.
##