aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Expand)AuthorFilesLines
2013-12-08Add MSC version for VS2013.Graham Bloice1-2/+2
2013-10-05(Hopefully) unbreak windows build (#define'ing to 0 is notJörg Mayer1-1/+1
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-03-03Check to see if GLib's printf routines support the X/Open / POSIXGerald Combs1-0/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-10/+0
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-0/+3
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss1-0/+5
2012-09-20Add a missing C comment termination; (Should fix buildbot error ?)Bill Meier1-1/+1
2012-09-20Fix a typo in SVN #44995 which caused building Wireshark with VS 2012 to fail.Bill Meier1-3/+3
2012-09-19Add VC11 (VS2012) to an '#if _MSC_VER == 1500 || ...' test.Bill Meier1-1/+2
2012-09-18From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=61...Jeff Morriss1-0/+5
2012-08-23The name configure.in has been deprecated for many years.Jörg Mayer1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-1/+1
2012-06-20Remove HAVE_WIRELESS_TOOLBAR from the other build systems.Jörg Mayer1-1/+0
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman1-0/+1
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+2
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-3/+0
2011-10-05Add a HAVE_GEOIP_V6 configuration option and enable it by default.Gerald Combs1-1/+4
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+0
2011-08-06Move the *pcap stuff together. Add an item forGuy Harris1-4/+7
2011-08-01Another fix for building with MSVC2005.Stig Bjørlykke1-3/+0
2011-07-15No need to define USE_THREADS twice.Chris Maynard1-2/+0
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-0/+5
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+0
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs1-3/+0
2011-06-20AttachConsole() needs _WIN32_WINNT 0x0500.Stig Bjørlykke1-2/+2
2011-06-20Add back support for building with MSVC2005 (and older).Stig Bjørlykke1-0/+3
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-2/+3
2011-05-31Remove HAVE_AIRPDCAPAnders Broman1-1/+0
2011-05-12WANT_PACKET_EDITOR fixups for Windows.Chris Maynard1-1/+1
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki1-0/+1
2011-05-12Make the use of UIManager a configure option.Anders Broman1-0/+2
2011-04-29On Windows: don't (try but fail--the code did not work) to defineJeff Morriss1-0/+3
2011-03-08Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports...Bill Meier1-3/+0
2011-02-18Disable Code Analysis warning C6011 for now. Hopefully Clang can pickGerald Combs1-0/+6
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofGuy Harris1-0/+11
2010-11-27Fix typo in commentStephen Fisher1-1/+1
2010-11-26Define HAVE_GTK in config.h when compiling with GTK for the GUIStephen Fisher1-0/+3
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...Sake Blok1-0/+1
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok1-0/+1
2010-08-21New packet list is no longer experimental.Bill Meier1-1/+1
2010-06-01From Kovarththanan Rajaratnam via bug 3500:Gerald Combs1-0/+3
2010-04-14Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes stil...Bill Meier1-2/+2
2010-03-17Add HAVE_PCAP_FREE_DATALINKS to config.h.win32, as we've added it toGuy Harris1-0/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-0/+2
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs1-0/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+6
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-1/+0
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-11/+0
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-1/+0