Merge ssh://github.com/fatemabw/zeek

* ssh://github.com/fatemabw/zeek:
  Update options.zeek
  Create out-27
  Add files via upload
  Update src/packet_analysis/protocol/tcp/TCPSessionAdapter.cc
  Updating the weird names to use all lower case
  Fixing whitespaces..
  Fixing clang pre-commit error
  Add check for option 27
  Add the parsed fields for TCP option 27
  Add TCP options bad length check
This commit is contained in:
Robin Sommer 2022-08-17 09:07:33 +02:00
commit 598cef21bd
No known key found for this signature in database
GPG key ID: 6BEDA4DA6B8B23E3
7 changed files with 71 additions and 1 deletions

View file

@ -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.