mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'jgras/topic/jgras/fix-packet-lag'
* jgras/topic/jgras/fix-packet-lag: Introduce get_packet_lag() Add btest for get_current_packet_ts() Introduce get_current_packet_ts to fix packet lag
This commit is contained in:
commit
77465a90b5
8 changed files with 83 additions and 3 deletions
12
CHANGES
12
CHANGES
|
@ -1,3 +1,15 @@
|
|||
7.1.0-dev.738 | 2024-12-10 18:26:31 +0100
|
||||
|
||||
* Introduce get_packet_lag() (Jan Grashoefer, Corelight)
|
||||
|
||||
* Add btest for get_current_packet_ts() (Jan Grashoefer, Corelight)
|
||||
|
||||
* Introduce get_current_packet_ts to fix packet lag (Jan Grashoefer, Corelight)
|
||||
|
||||
Using network_time to calculate packet lag will produce wrong results
|
||||
when there is no packet available but network time does not (yet) fall
|
||||
back to wall clock.
|
||||
|
||||
7.1.0-dev.734 | 2024-12-10 09:56:46 +0100
|
||||
|
||||
* DNS/dns_binds_rr: Fix complte to complete typo, switch to count (Arne Welzel, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue