mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update src/packet_analysis/protocol/tcp/TCPSessionAdapter.cc
Co-authored-by: Robin Sommer <robin@icir.org>
This commit is contained in:
parent
1348b739ab
commit
660278be1f
1 changed files with 1 additions and 0 deletions
|
@ -1847,6 +1847,7 @@ int TCPSessionAdapter::ParseTCPOptions(const struct tcphdr* tcp, bool is_orig)
|
||||||
Weird("tcp_option_tfo_invalid_len", util::fmt("%d", length));
|
Weird("tcp_option_tfo_invalid_len", util::fmt("%d", length));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
add_option_data(option_record, o, length);
|
add_option_data(option_record, o, length);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue