#include "frame.h"
#include "../../parse/misc/radiotap.h"
#include "../misc/byteswap.h"
#include "../radiotap/radiotap.h"
#include <errno.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ libwifi_free_wifi_frame()
◆ libwifi_get_wifi_frame()
int libwifi_get_wifi_frame |
( |
struct libwifi_frame * |
fi, |
|
|
const unsigned char * |
frame, |
|
|
size_t |
frame_len, |
|
|
int |
radiotap |
|
) |
| |
Convert a sniffed 802.11 frame into a libwifi_frame.
- Parameters
-
fi | A libwifi_frame struct |
frame | An 802.11 frame |
frame_len | Length of the sniffed 802.11 frame |
- Returns
Definition at line 35 of file frame.c.