diff options
author | itojun <itojun> | 2000-06-29 15:38:57 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-06-29 15:38:57 +0000 |
commit | 20600c88c28e50e20b835c34109637948fb100a8 (patch) | |
tree | d68479dde81b71ffacd54433c0d78ef4b6069c43 /ethertype.h | |
parent | 43d686800c4dc20d2bcc1557212ca05cd8a67915 (diff) |
correct ethertype_ipv6. from <risso@polito.it>
Diffstat (limited to 'ethertype.h')
-rw-r--r-- | ethertype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethertype.h b/ethertype.h index 63788f06..58aead91 100644 --- a/ethertype.h +++ b/ethertype.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/libpcap/ethertype.h,v 1.7 1999-10-30 04:30:13 itojun Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/ethertype.h,v 1.8 2000-06-29 15:38:57 itojun Exp $ (LBL) */ /* Types missing from some systems */ @@ -72,7 +72,7 @@ #define ETHERTYPE_AARP 0x80f3 #endif #ifndef ETHERTYPE_IPV6 -#define ETHERTYPE_IPV6 0x80f3 +#define ETHERTYPE_IPV6 0x80dd #endif #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 |