From 6a963bc2f37c8a13d69b1af2d362151ac992ad6e Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 29 Jun 2000 15:45:21 +0000 Subject: correct ethertype_ipv6. from --- ethertype.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ethertype.h b/ethertype.h index a162e2b..3b97ebe 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.6.1.1 1999-10-07 23:46:40 mcr Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/ethertype.h,v 1.7.2.1 2000-06-29 15:45:21 itojun Exp $ (LBL) */ /* Types missing from some systems */ @@ -71,6 +71,9 @@ #ifndef ETHERTYPE_AARP #define ETHERTYPE_AARP 0x80f3 #endif +#ifndef ETHERTYPE_IPV6 +#define ETHERTYPE_IPV6 0x86dd +#endif #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 #endif -- cgit v1.2.3