Untested radiotap support.
This commit is contained in:
10
ether.h
10
ether.h
@@ -20,4 +20,14 @@ struct vlan_8021q_header {
|
||||
u_int16_t ether_type;
|
||||
};
|
||||
|
||||
/*
|
||||
* http://www.gsp.com/cgi-bin/man.cgi?section=9&topic=ieee80211_radiotap
|
||||
*/
|
||||
struct radiotap_header {
|
||||
u_int8_t it_version; /* set to 0 */
|
||||
u_int8_t it_pad;
|
||||
u_int16_t it_len; /* entire length */
|
||||
u_int32_t it_present; /* fields present */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user