Update src/packet_analysis/protocol/tcp/TCPSessionAdapter.cc

Co-authored-by: Robin Sommer <robin@icir.org>
This commit is contained in:
Fatema BW 2022-08-02 10:02:32 -07:00 committed by GitHub
parent 1348b739ab
commit 660278be1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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