summaryrefslogtreecommitdiff
path: root/Win32
Commit message (Expand)AuthorAgeFilesLines
* Added a couple missing definitions.gianluca2008-12-211-0/+2
* malloc(strlen(X) + 1) followed by strcpy(result-of-malloc, str) isguy2008-09-151-3/+2
* Added the prototype for inet_aton().gianluca2007-09-271-2/+4
* Added the definition of int64_tgianluca2007-09-271-0/+2
* Do not compile gai_strerrorA on Windows under MingW. gai_strerror is alreadygianluca2007-09-191-0/+6
* Added an implementation of gai_strerror() for the compilation of libpcap.libgianluca2006-01-221-0/+77
* Added a patch to make libpcap.lib and wpcap.dll compile under Cygnus andgianluca2006-01-221-1/+3
* Added support for 64 bit integers under Windows.risso2005-05-041-0/+49
* Corrected the definition of IN_EXPERIMENTAL (0xfxxxxxxx is the experimental s...risso2004-07-061-2/+2
* Fixed a conditional typedef that caused wpcap.dll not to compile with VC.risso2004-04-061-2/+6
* Added a couple of folders to the include path of Windows VisualC project, in ...risso2004-01-281-2/+2
* Define HAVE_SNPRINTF and HAVE_VSNPRINTF under Windows.risso2003-12-201-2/+2
* Add "/D _U_=" to make _U_ expand to nothing.guy2003-11-151-2/+2
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-153-8/+8
* Modified the license at the beginning of the files created by the Politecno d...risso2003-05-151-16/+27
* Removed the _DEBUG definition that was erroneusly set in the release version ...risso2003-04-091-1/+1
* Added the Win32 project files, that allow to compile libpcap and include it i...risso2002-08-092-0/+197
* Remove in6addr_any and in6addr_loopback, not needed by libpcap directly, from...risso2002-08-021-4/+1
* Added support for Win32, based on WinPcap.risso2002-08-0120-0/+3208