aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Conditional support for packet-editor [default=no].Jakub Zawadzki2011-05-121-0/+1
* Make the use of UIManager a configure option.Anders Broman2011-05-121-0/+2
* On Windows: don't (try but fail--the code did not work) to defineJeff Morriss2011-04-291-0/+3
* Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports...Bill Meier2011-03-081-3/+0
* Disable Code Analysis warning C6011 for now. Hopefully Clang can pickGerald Combs2011-02-181-0/+6
* On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris2011-02-171-0/+11
* Fix typo in commentStephen Fisher2010-11-271-1/+1
* Define HAVE_GTK in config.h when compiling with GTK for the GUIStephen Fisher2010-11-261-0/+3
* Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...Sake Blok2010-10-031-0/+1
* Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok2010-10-031-0/+1
* New packet list is no longer experimental.Bill Meier2010-08-211-1/+1
* From Kovarththanan Rajaratnam via bug 3500:Gerald Combs2010-06-011-0/+3
* Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes stil...Bill Meier2010-04-141-2/+2