aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* Remove ADNS supportJoão Valverde2016-03-211-7/+1
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-2/+0
* Add opiton to configure HAVE_PCAP_CREATEAndersBroman2016-01-051-0/+1
* Remove configure --enable-ipv6 optionJoão Valverde2015-11-231-3/+0
* [MSVC 2015] Change the check to look for MSVC 2010 or newer rather thanAnders2015-06-091-2/+1
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-2/+7
* Qt: Add more version and packaging information to the main window.Gerald Combs2015-02-191-0/+2
* Don't check for C89 headers.Guy Harris2015-02-141-6/+0
* We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris2015-02-141-3/+0
* Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2015-02-061-2/+2
* We assume all versions of MSVC have floorl().Guy Harris2014-12-201-0/+3
* Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss2014-10-301-5/+0
* Extcap Capture InterfaceRoland Knall2014-08-211-0/+1
* Clean up handling of missing functions.Guy Harris2014-07-061-2/+7
* Move the Windows build target OS definitions to Win XPGraham Bloice2014-06-211-2/+2
* Get rid of obsolete references to nettlePascal Quantin2014-06-181-3/+0
* More Python removal.Guy Harris2014-06-161-5/+1
* Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman2014-06-101-1/+1
* Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki2014-06-091-0/+3
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-1/+0
* Add MSC version for VS2013.Graham Bloice2013-12-081-2/+2
* (Hopefully) unbreak windows build (#define'ing to 0 is notJörg Mayer2013-10-051-1/+1
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-1/+1
* Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs2013-03-031-0/+3
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-10/+0
* Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs2013-02-191-0/+3
* Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss2012-09-211-0/+5
* Add a missing C comment termination; (Should fix buildbot error ?)Bill Meier2012-09-201-1/+1
* Fix a typo in SVN #44995 which caused building Wireshark with VS 2012 to fail.Bill Meier2012-09-201-3/+3
* Add VC11 (VS2012) to an '#if _MSC_VER == 1500 || ...' test.Bill Meier2012-09-191-1/+2
* From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=61...Jeff Morriss2012-09-181-0/+5
* The name configure.in has been deprecated for many years.Jörg Mayer2012-08-231-1/+1
* From Tony Trinh:Anders Broman2012-06-251-1/+1
* Remove HAVE_WIRELESS_TOOLBAR from the other build systems.Jörg Mayer2012-06-201-1/+0
* Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman2012-06-191-0/+1
* Add initial support for Qt along with a "ui" subdirectory.Gerald Combs2012-01-041-0/+2
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-3/+0
* Add a HAVE_GEOIP_V6 configuration option and enable it by default.Gerald Combs2011-10-051-1/+4
* Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer2011-09-251-1/+0
* Move the *pcap stuff together. Add an item forGuy Harris2011-08-061-4/+7
* Another fix for building with MSVC2005.Stig Bjørlykke2011-08-011-3/+0
* No need to define USE_THREADS twice.Chris Maynard2011-07-151-2/+0
* On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs2011-07-141-0/+5
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-2/+0
* Remove old PCRE references from the Windows build environment. We're notGerald Combs2011-06-231-3/+0
* AttachConsole() needs _WIN32_WINNT 0x0500.Stig Bjørlykke2011-06-201-2/+2
* Add back support for building with MSVC2005 (and older).Stig Bjørlykke2011-06-201-0/+3
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-2/+3
* Remove HAVE_AIRPDCAPAnders Broman2011-05-311-1/+0
* WANT_PACKET_EDITOR fixups for Windows.Chris Maynard2011-05-121-1/+1