diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-11-03 06:13:20 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-11-03 06:13:20 +0000 |
commit | 135cdeb40a4bd03ad3868e980f4625bffd1c40ed (patch) | |
tree | 94e6922b4a08d9f0929e7241d127c69e515db797 /packet-ipv6.h | |
parent | 95b1c8256e39444e5894a7208ace74cca963cd26 (diff) | |
download | wireshark-135cdeb40a4bd03ad3868e980f4625bffd1c40ed.tar.gz wireshark-135cdeb40a4bd03ad3868e980f4625bffd1c40ed.tar.bz2 wireshark-135cdeb40a4bd03ad3868e980f4625bffd1c40ed.zip |
Don't define IPV6_VERSION; at least on AIX 4.3.2, one user got a
compiler warning because it was also defined by <netinet/in.h>, and
we're not using it.
Don't define IPV6_VERSION, either.
svn path=/trunk/; revision=966
Diffstat (limited to 'packet-ipv6.h')
-rw-r--r-- | packet-ipv6.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-ipv6.h b/packet-ipv6.h index 70ae4ecb81..6bcfc925e9 100644 --- a/packet-ipv6.h +++ b/packet-ipv6.h @@ -1,7 +1,7 @@ /* packet-ipv6.h * Definitions for IPv6 packet disassembly * - * $Id: packet-ipv6.h,v 1.7 1999/10/22 07:17:33 guy Exp $ + * $Id: packet-ipv6.h,v 1.8 1999/11/03 06:13:20 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -96,9 +96,6 @@ struct ip6_hdr { #define IP6H_SRC 8 #define IP6H_DST 24 -#define IPV6_VERSION 0x60 -#define IPV6_VERSION_MASK 0xf0 - #if BYTE_ORDER == BIG_ENDIAN #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ #define IPV6_FLOWLABEL_MASK 0x000fffff /* flow label (20 bits) */ |