Increased capture length and adjusted 802.11 header length for radiotap

support.
This commit is contained in:
pdw
2011-10-04 18:30:59 +00:00
parent ac177644c3
commit 093c15f72f
2 changed files with 6 additions and 5 deletions

View File

@@ -28,6 +28,6 @@ struct radiotap_header {
u_int8_t it_pad;
u_int16_t it_len; /* entire length */
u_int32_t it_present; /* fields present */
};
} __attribute__((packed));
#endif