From adaedb9299c77e18150b685a96d51b1ce67ec423 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 22 Apr 2013 14:08:33 +0200 Subject: Miscellaneous fixes in ethernet address handling Check the length of ethernet frames, and the fastd_eth_addr_t structure must be packed. --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.h') 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 */ -- cgit v1.2.3