Changes between Version 20 and Version 21 of Old/Libmac
- Timestamp:
- Jun 18, 2006, 11:39:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Libmac
v20 v21 149 149 150 150 The function, int mac_promisc_recv (unsigned char **frame, unsigned short *frame_len, unsigned char **send_params, unsigned char **recv_params, struct mac_ifinfo_list *q)}, is used to receive an 802.11 frame, in RFMON mode, on an interface specified by the user, and retrieve pointers to the frame, length and parameters. Its arguments include pointers to store the entire frame, length of the frame, sending side 151 parameters that have been appended, receiving side parameters that have been appended and the structure that specifies the interface to which a call to this function applies. 152 153 Note that parameters are appended to all incoming 802.11 frames and current version of the library does not parse the received frame to extract send-side parameter information that is appended. 154 155 Detailed documentation on all these functions and their implementation details are included in every release, which can be downloaded from the ORBIT SVN repository. The interested reader is directed 151 parameters that have been appended, receiving side parameters that have been appended and the structure that specifies the interface to which a call to this function applies. Note that parameters are appended to all incoming 802.11 frames and current version of the library does not parse the received frame to extract send-side parameter information that is appended. Detailed documentation on all these functions and their implementation details are included in every release, which can be downloaded from the ORBIT SVN repository. The interested reader is directed 156 152 to these for more information. 157 153