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:
Arne Welzel 2023-04-28 10:01:13 +02:00
commit f227b30d30
5 changed files with 118 additions and 3 deletions

3
NEWS
View file

@ -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
---------------------