#include <airpcap.h>
Data Fields | |
UINT | Recvs |
UINT | Drops |
UINT | IfDrops |
UINT | Capt |
UINT _AirpcapStats::Recvs |
Number of packets that the driver received by the adapter from the beginning of the current capture. This value includes the packets dropped because of buffer full.
UINT _AirpcapStats::Drops |
number of packets that the driver dropped from the beginning of a capture. A packet is lost when the the buffer of the driver is full.
Packets dropped by the card before going to the USB bus. Not supported at the moment.
UINT _AirpcapStats::Capt |
number of packets that pass the BPF filter, find place in the kernel buffer and therefore reach the application.
AirPcap documentation. Copyright (c) 2006-2008
CACE Technologies, Inc. All rights reserved.