AirPcap Data Structures

Here are the data structures with brief descriptions:
_AirpcapBpfHeaderPacket header
_AirpcapDeviceDescriptionEntry in the list returned by AirpcapGetDeviceList();
_AirpcapKeyWEP key container
_AirpcapKeysCollectionThis structure is used to store a collection of WEP keys. Note that the definition of the structure doesn't contain any key, so be careful to allocate a buffer with the size of the key, like in the following example:
_AirpcapMacAddressStorage for a MAC address
_AirpcapStatsCapture statistics. Returned by AirpcapGetStats();

AirPcap documentation. Copyright (c) 2006 CACE Technologies. All rights reserved.