From 20600c88c28e50e20b835c34109637948fb100a8 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 29 Jun 2000 15:38:57 +0000 Subject: correct ethertype_ipv6. from --- ethertype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ethertype.h') 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 -- cgit v1.2.3