Add TSval and TSecr to TCPSyn

This commit is contained in:
gpotter2 2021-09-11 16:08:02 +02:00
parent a05b14711f
commit d4db9bf6d0
3 changed files with 22 additions and 7 deletions

View file

@ -589,6 +589,8 @@ type SYN_packet: record {
win_scale: int; ##< The window scale option if present, or -1 if not.
MSS: count; ##< The maximum segment size if present, or 0 if not.
SACK_OK: bool; ##< True if the *SACK* option is present.
TSval: int &optional; ##< The TCP TS value if present.
TSecr: int &optional; ##< The TCP TS echo reply if present.
};
## Packet capture statistics. All counts are cumulative.