dect
/
libpcap
Archived
13
0
Fork 0

Corrected the definition of IN_EXPERIMENTAL (0xfxxxxxxx is the experimental space)

This commit is contained in:
risso 2004-07-06 23:45:29 +00:00
parent 6ec634f388
commit 1d57bb05f8
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/ip6_misc.h,v 1.3 2004-04-06 13:30:22 risso Exp $ (LBL)
* @(#) $Header: /tcpdump/master/libpcap/Win32/Include/ip6_misc.h,v 1.4 2004-07-06 23:45:29 risso Exp $ (LBL)
*/
/*
@ -33,7 +33,7 @@
#define IN_MULTICAST(a) IN_CLASSD(a)
#define IN_EXPERIMENTAL(a) ((((u_int32_t) (a)) & 0xe0000000) == 0xe0000000)
#define IN_EXPERIMENTAL(a) ((((u_int32_t) (a)) & 0xf0000000) == 0xf0000000)
#define IN_LOOPBACKNET 127