diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-22 14:08:33 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-22 14:08:33 +0200 |
commit | adaedb9299c77e18150b685a96d51b1ce67ec423 (patch) | |
tree | edf42edefb24dcace8a133bcf85220de8f007600 /src/types.h | |
parent | 7b8a9acd7a3a31f5d393c1632d68379f8353e7d1 (diff) | |
download | fastd-adaedb9299c77e18150b685a96d51b1ce67ec423.tar fastd-adaedb9299c77e18150b685a96d51b1ce67ec423.zip |
Miscellaneous fixes in ethernet address handling
Check the length of ethernet frames, and the fastd_eth_addr_t structure must be
packed.
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 1a0b791..fec723b 100644 --- a/src/types.h +++ b/src/types.h @@ -25,7 +25,7 @@ /* types.h - + Basic enums and typedefs for common types */ |