|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Cumulative packet counters for a single interface, as reported by dumpcap's statistics stream. More...
#include <interface_stats_worker.h>
Public Attributes | |
| quint64 | receivedPackets = 0 |
| quint64 | droppedPackets = 0 |
Cumulative packet counters for a single interface, as reported by dumpcap's statistics stream.
Values are cumulative since the underlying dumpcap statistics process was started; consumers are responsible for any diffing they require.
| quint64 InterfaceStatsSample::droppedPackets = 0 |
Cumulative packets dropped (ps_drop).
| quint64 InterfaceStatsSample::receivedPackets = 0 |
Cumulative packets received (ps_recv).