Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
InterfaceStatsSample Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ droppedPackets

quint64 InterfaceStatsSample::droppedPackets = 0

Cumulative packets dropped (ps_drop).

◆ receivedPackets

quint64 InterfaceStatsSample::receivedPackets = 0

Cumulative packets received (ps_recv).


The documentation for this struct was generated from the following file: