mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Documentation: connection_SYN_packet
Slightly clarify documentation related to the connection_SYN_packet event.
This commit is contained in:
parent
a843521e78
commit
2fc75009f4
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue