Fix code formatting.

This commit is contained in:
Robin Sommer 2022-08-17 10:38:07 +02:00
parent 598cef21bd
commit fad18cb352
No known key found for this signature in database
GPG key ID: 6BEDA4DA6B8B23E3
3 changed files with 6 additions and 2 deletions

View file

@ -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 5.1.0-dev.405 | 2022-08-17 09:07:33 +0200
* Add support for parsing TCP option 27, and validate lengths for * Add support for parsing TCP option 27, and validate lengths for

View file

@ -1 +1 @@
5.1.0-dev.405 5.1.0-dev.406

View file

@ -1847,7 +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;