summaryrefslogtreecommitdiff
path: root/ether.h
diff options
context:
space:
mode:
authorpdw <>2011-10-04 18:30:59 +0000
committerpdw <>2011-10-04 18:30:59 +0000
commit093c15f72f46913f0a5e168dcd4690aeee635d01 (patch)
treef10656d94a00da8f546042604e1f3ac8072cf0fc /ether.h
parentac177644c3dc3a08cc2e17e7555781f886be42f4 (diff)
downloadiftop-093c15f72f46913f0a5e168dcd4690aeee635d01.zip
Increased capture length and adjusted 802.11 header length for radiotap
support.
Diffstat (limited to 'ether.h')
-rw-r--r--ether.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ether.h b/ether.h
index 26caf9b..cc0b3f2 100644
--- a/ether.h
+++ b/ether.h
@@ -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