From de555a5b7cf31b3fabcbefc40ad2f28938251ef5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 27 Jul 2004 06:05:20 +0000 Subject: Add the Ethertype for MAC Control frames, as per Clause 31 and Annexes 31A and 31B in the 2000 and later 802.3 specs. (Dissecting them is left as an exercise for the student.) Clean up whitespace a bit. svn path=/trunk/; revision=11536 --- etypes.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etypes.h') diff --git a/etypes.h b/etypes.h index 185aace66e..0f9811417b 100644 --- a/etypes.h +++ b/etypes.h @@ -168,8 +168,12 @@ #define ETHERTYPE_IPv6 0x86dd #endif +#ifndef ETHERTYPE_MAC_CONTROL +#define ETHERTYPE_MAC_CONTROL 0x8808 +#endif + #ifndef ETHERTYPE_SLOW_PROTOCOLS -#define ETHERTYPE_SLOW_PROTOCOLS 0x8809 +#define ETHERTYPE_SLOW_PROTOCOLS 0x8809 #endif #ifndef ETHERTYPE_PPP -- cgit v1.2.1