aboutsummaryrefslogtreecommitdiffstats
path: root/Win32
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni1-1/+10
2010-04-04Don't define or use any of the SIZEOF_ values.Guy Harris2-57/+7
2009-07-16Added a bunch of #ifdef directives to make wpcap.dll (WinPcap) compile under ...test3-6/+30
2008-12-21Added a couple missing definitions.gianluca1-0/+2
2008-09-15malloc(strlen(X) + 1) followed by strcpy(result-of-malloc, str) isguy1-3/+2
2007-09-27Added the prototype for inet_aton().gianluca1-2/+4
2007-09-27Added the definition of int64_tgianluca1-0/+2
2007-09-19Do not compile gai_strerrorA on Windows under MingW. gai_strerror is alreadygianluca1-0/+6
2006-01-22Added an implementation of gai_strerror() for the compilation of libpcap.libgianluca1-0/+77
2006-01-22Added a patch to make libpcap.lib and wpcap.dll compile under Cygnus andgianluca1-1/+3
2005-05-04Added support for 64 bit integers under Windows.risso1-0/+49
2004-07-06Corrected the definition of IN_EXPERIMENTAL (0xfxxxxxxx is the experimental s...risso1-2/+2
2004-04-06Fixed a conditional typedef that caused wpcap.dll not to compile with VC.risso1-2/+6
2004-01-28Added a couple of folders to the include path of Windows VisualC project, in ...risso1-2/+2
2003-12-20Define HAVE_SNPRINTF and HAVE_VSNPRINTF under Windows.risso1-2/+2
2003-11-15Add "/D _U_=" to make _U_ expand to nothing.guy1-2/+2
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy3-8/+8
2003-05-15Modified the license at the beginning of the files created by the Politecno d...risso1-16/+27
2003-04-09Removed the _DEBUG definition that was erroneusly set in the release version ...risso1-1/+1
2002-08-09Added the Win32 project files, that allow to compile libpcap and include it i...risso2-0/+197
2002-08-02Remove in6addr_any and in6addr_loopback, not needed by libpcap directly, from...risso1-4/+1
2002-08-01Added support for Win32, based on WinPcap.risso20-0/+3208