mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add the parsed fields for TCP option 27
This commit is contained in:
parent
622733c4ba
commit
70b3e28dd9
1 changed files with 4 additions and 0 deletions
|
@ -380,6 +380,10 @@ export {
|
|||
send_timestamp: count &optional;
|
||||
## Kind 8: 4-byte echo reply timestamp value.
|
||||
echo_timestamp: count &optional;
|
||||
## Kind 27: TCP Quick Start Response value.
|
||||
rate: count &optional;
|
||||
ttl_diff: count &optional;
|
||||
qs_nonce: count &optional;
|
||||
};
|
||||
|
||||
## The full list of TCP Option fields parsed from a TCP header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue