mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/2791-pcap-stat-overflow'
* origin/topic/awelzel/2791-pcap-stat-overflow: pcap/Source: Allow more than 32bit for link and dropped stats
This commit is contained in:
commit
f227b30d30
5 changed files with 118 additions and 3 deletions
3
NEWS
3
NEWS
|
@ -300,6 +300,9 @@ Changed Functionality
|
|||
masked to exclude PCP and DEI bits. Previously, these bits were included
|
||||
and could cause invalid vlan values > 4095 to be reported.
|
||||
|
||||
- Libpcap based packet source now avoids the 32bit wraparound of link and
|
||||
dropped packet counters as reported by users.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue