Changes during merge:
  - Add dedicated test (w/ trace "client_timestamp_enabled.pcapng" from Cloudshark)
  - Change types from signed to unsigned.
  - Add cast for bit-shifting operand.
  - clang-format run
This commit is contained in:
Robin Sommer 2021-09-20 11:20:50 +02:00
commit 31d3fb0f6c
9 changed files with 48 additions and 7 deletions

View file

@ -1,3 +1,8 @@
4.2.0-dev.179 | 2021-09-20 11:20:50 +0200
* Add TSval and TSecr to "SYN_packet" record. (gpotter2)
4.2.0-dev.174 | 2021-09-16 15:36:52 -0700
* Minor fixes for build problems after reformatting (Tim Wojtulewicz, Corelight)