mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Add check for option 27
This commit is contained in:
parent
70b3e28dd9
commit
e2bd8f0eb1
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ event tcp_options(c: connection, is_orig: bool, options: TCP::OptionList)
|
|||
print fmt(" send ts: %s", o$send_timestamp);
|
||||
print fmt(" echo ts: %s", o$echo_timestamp);
|
||||
break;
|
||||
case 27:
|
||||
print fmt(" TTL Diff: %s", o$ttl_diff);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue