dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

11 Commits

Author SHA1 Message Date
Guy Harris a1a7640419 Don't define or use any of the SIZEOF_ values.
We don't need or want them on UN*X (for one thing, we do fat builds on
OS X, and SIZEOF_LONG doesn't have the same value in ILP32 and LP64),
and don't need them on Windows, either (long is 32 bits in both Win32
and Win64).
2010-04-04 13:48:11 -07:00
test 04740b6647 Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile under cygwin.
cygwin finally ships with ws2tcpip.h, so we need to get rid of some duplicated definitions.
2009-07-16 15:46:55 -07:00
gianluca c93e0966e1 Added a couple missing definitions. 2008-12-21 10:18:10 +00:00
gianluca f999210021 Added the definition of int64_t 2007-09-27 17:55:55 +00:00
gianluca 64e1e8e43b Added a patch to make libpcap.lib and wpcap.dll compile under Cygnus and
MingW32.
2006-01-22 18:02:18 +00:00
risso 3acfaf7f23 Added support for 64 bit integers under Windows. 2005-05-04 19:38:48 +00:00
risso 1d57bb05f8 Corrected the definition of IN_EXPERIMENTAL (0xfxxxxxxx is the experimental space) 2004-07-06 23:45:29 +00:00
risso b2656a7aa7 Fixed a conditional typedef that caused wpcap.dll not to compile with VC. 2004-04-06 13:30:22 +00:00
risso 6ca7c69b0b Modified the license at the beginning of the files created by the Politecno di Torino developers from the 4-clause BSD code to the modified BSD license 2003-05-15 14:30:29 +00:00
risso 8f2da81edf Remove in6addr_any and in6addr_loopback, not needed by libpcap directly, from ip6_misc.h. 2002-08-02 13:59:03 +00:00
risso 6831542ec7 Added support for Win32, based on WinPcap. 2002-08-01 08:33:01 +00:00