_AirpcapStats Struct Reference
[AirPcap definitions and data structures]

Capture statistics. Returned by AirpcapGetStats(). More...

#include <airpcap.h>


Data Fields

UINT Recvs
UINT Drops
UINT IfDrops
UINT Capt


Detailed Description

Capture statistics. Returned by AirpcapGetStats().

Field Documentation

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-2008 CACE Technologies, Inc. All rights reserved.