mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-618: add "tcp_options" event containing TCP option values
This commit is contained in:
parent
222e3ad3ea
commit
052feacbda
14 changed files with 269 additions and 52 deletions
24
testing/btest/Baseline/core.tcp.options/out-sack
Normal file
24
testing/btest/Baseline/core.tcp.options/out-sack
Normal file
|
@ -0,0 +1,24 @@
|
|||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 5, 10
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 0, 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T
|
||||
kind: 5, length: 10
|
||||
sack: [1, 16]
|
||||
kind: 0, length: 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 5, 18
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 0, 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T
|
||||
kind: 5, length: 18
|
||||
sack: [1, 16, 256, 4096]
|
||||
kind: 0, length: 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 5, 26
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 0, 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T
|
||||
kind: 5, length: 26
|
||||
sack: [1, 16, 256, 4096, 65536, 1048576]
|
||||
kind: 0, length: 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 5, 34
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T, 0, 1
|
||||
[orig_h=127.0.0.1, orig_p=20/tcp, resp_h=127.0.0.1, resp_p=80/tcp], T
|
||||
kind: 5, length: 34
|
||||
sack: [1, 16, 256, 4096, 65536, 1048576, 16777216, 268435456]
|
||||
kind: 0, length: 1
|
Loading…
Add table
Add a link
Reference in a new issue