#include <airpcap.h>
Data Fields | |
UINT | Recvs |
UINT | Drops |
UINT | IfDrops |
UINT | Capt |
|
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. |
|
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. |
|
number of packets that pass the BPF filter, find place in the kernel buffer and therefore reach the application. |
AirPcap documentation. Copyright (c) 2006
CACE Technologies. All rights reserved.