_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

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.

UINT _AirpcapStats::IfDrops
 

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