mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix code formatting.
This commit is contained in:
parent
598cef21bd
commit
fad18cb352
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
5.1.0-dev.406 | 2022-08-17 10:38:07 +0200
|
||||
|
||||
* Fix code formatting. (Robin Sommer, Corelight)
|
||||
|
||||
5.1.0-dev.405 | 2022-08-17 09:07:33 +0200
|
||||
|
||||
* Add support for parsing TCP option 27, and validate lengths for
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.0-dev.405
|
||||
5.1.0-dev.406
|
||||
|
|
|
@ -1847,7 +1847,7 @@ int TCPSessionAdapter::ParseTCPOptions(const struct tcphdr* tcp, bool is_orig)
|
|||
Weird("tcp_option_tfo_invalid_len", util::fmt("%d", length));
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
add_option_data(option_record, o, length);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue