Main Page | Data Structures | File List | Data Fields | Globals

mac_promisc_recv_frame_info Struct Reference

Structure, to store per-packet information between the callback function of pcap_loop and mac_promisc_recv. More...

#include <libmac.h>


Data Fields

unsigned char * frame_ptr
 This pointer is initialized to NULL and when each frame is received, it is set to point to the 802.11 frame.
unsigned short frame_len
 This member contains the total length of the received frame, i.e. length(length field + data + parameter information + 802.11 header).


Detailed Description

Structure that contains two members, a pointer to the entire 802.11 frame and the length of the received frame.


Generated on Tue Aug 24 17:01:42 2004 for libmac by doxygen 1.3.8