PcapPlusPlus
22.11
|
#include <PcapDevice.h>
Public Attributes | |
uint64_t | packetsRecv |
uint64_t | packetsDrop |
uint64_t | packetsDropByInterface |
A container for pcap device statistics
uint64_t pcpp::IPcapDevice::PcapStats::packetsDrop |
Number of packets dropped
uint64_t pcpp::IPcapDevice::PcapStats::packetsDropByInterface |
number of packets dropped by interface (not supported on all platforms)
uint64_t pcpp::IPcapDevice::PcapStats::packetsRecv |
Number of packets received