]> The Tcpdump Group git mirrors - libpcap/commitdiff
correct ethertype_ipv6. from <[email protected]>
authoritojun <itojun>
Thu, 29 Jun 2000 15:38:57 +0000 (15:38 +0000)
committeritojun <itojun>
Thu, 29 Jun 2000 15:38:57 +0000 (15:38 +0000)
ethertype.h

index 63788f06853fabbd17d0fbc7381eb94378454731..58aead919323b2aaafa1e27d8e1e8dd72aba6c34 100644 (file)
@@ -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