aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Collapse)AuthorFilesLines
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-3/+0
configure options and Gtk+ and GLib versions" to "always". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39751 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add a HAVE_GEOIP_V6 configuration option and enable it by default.gerald1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39283 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERjmayer1-1/+0
as it is the only option left. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39138 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-06Move the *pcap stuff together. Add an item forguy1-4/+7
HAVE_PCAP_GET_SELECTABLE_FD to make it clear that it is never defined on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38380 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-01Another fix for building with MSVC2005.stig1-3/+0
The previous fixes in r37728 and r37730 did build a wireshark which was unable to use the native windows file dialog (GetOpenFileName). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38299 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15No need to define USE_THREADS twice.cmaynard1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38037 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. Ifgerald1-0/+5
threads are enabled use them to check the recent file list. Fixes bug 3810. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38033 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-28Replace all strerror() with g_strerror().stig1-2/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37812 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-23Remove old PCRE references from the Windows build environment. We're notgerald1-3/+0
likely to add it back to wireshark-win32-libs and it was never available in wireshark-win64-libs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37778 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-20AttachConsole() needs _WIN32_WINNT 0x0500.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37730 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-20Add back support for building with MSVC2005 (and older).stig1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37728 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-2/+3
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37696 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-31Remove HAVE_AIRPDCAPetxrab1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37495 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12WANT_PACKET_EDITOR fixups for Windows.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37091 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Conditional support for packet-editor [default=no].darkjames1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37084 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Make the use of UIManager a configure option.etxrab1-0/+2
NOTE Only for Windows. Additional moves to UIManager. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-29On Windows: don't (try but fail--the code did not work) to definemorriss1-0/+3
HAVE_GZLCEARERR. Define HAVE_INFLATEPRIME if we HAVE_LIBZ. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36954 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-08Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer ↵wmeier1-3/+0
supports the old packet list) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36165 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-18Disable Code Analysis warning C6011 for now. Hopefully Clang can pickgerald1-0/+6
up the slack. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35994 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-17On Windows, try putting __declspec(noreturn) in front of declarations ofguy1-0/+11
routines that don't return. (This requires that some files include config.h to get WS_MSVC_NORETURN declared properly.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35989 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Fix typo in commentsfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35037 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-26Define HAVE_GTK in config.h when compiling with GTK for the GUIsfisher1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35036 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ↵sake1-0/+1
and "dumpcap -d" on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34357 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:sake1-0/+1
Use pcap_open_dead instead of pcap_create for the compile BPF button. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34340 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-21New packet list is no longer experimental.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33876 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-01From Kovarththanan Rajaratnam via bug 3500:gerald1-0/+3
Sébastien's initial commit [1] didn't contain support for embedding Python on Windows. [1] http://anonsvn.wireshark.org/viewvc?view=rev&revision=28529 From me: Comment out PYTHON_EMBED for now. Start a list of known Python+CRT versions. Add get_wspython_dir to libwireshark.def. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33036 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes ↵wmeier1-2/+2
still needed]. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32468 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-17Add HAVE_PCAP_FREE_DATALINKS to config.h.win32, as we've added it toguy1-0/+1
config.nmake and Makefile.nmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32224 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-0/+2
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31341 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sgerald1-0/+1
present. Add an entry for DLT_PPI in case it's not. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31316 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andguy1-0/+6
abs_time_secs_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31234 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_Hstig1-1/+0
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30370 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-09We no longer support the old plugin API so remove it completely from the ↵krj1-11/+0
build system git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29821 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelykrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29643 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-31Reorder (no functionality change)krj1-8/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29640 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-31Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedkrj1-50/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29638 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-30Remove superfluous config parameterskrj1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29633 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-30Remove outdated comments regarding ZLIB_DLL. We don't have to define this ↵krj1-4/+0
before including zlib.h. This is automatically done if _WIN32 is defined git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29632 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-30Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS_H and HAVE_WINSOCK2_Hkrj1-4/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29631 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGkrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29616 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andgerald1-1/+2
it's arguably the only place we _should_ use it. Add create_tempdir() to tempfile.c and use it to create a temp directory for IP maps. This should fix bug 3530. (This still doesn't work on IE 8 / Vista here. IE gives an access denied error in OpenLayers.js, but this is a separate issue). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28920 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixetxrab1-0/+3
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28903 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKkukosa1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28314 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_gerald1-0/+3
conversion. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27098 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includinggerald1-0/+3
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25985 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-07Add support for the c-ares asynchronous DNS resolution library to thegerald1-0/+5
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25953 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-24Add TurboCap-related changes from /trunk-1.0:gerald1-0/+3
From Dustin Johnson: Add support for TurboCap. - packet-ppi.c: Add aggregation and 802.3 extended information. - capture-wpcap.c: Add support for pcap_list_datalinks and pcap_set_datalink. Make pcap_list_datalinks and pcap_set_datalink mandatory on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25593 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-25Flex (v 2.5.35) uses this symbol to "exclude" unistd.hetxrab1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25170 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-07Delete the *right* config.h.win32.guy1-0/+8
Copy the MSVC++-version-checking stuff from it into the top-level config.h.win32, and try to set up config.nmake so that MSC_VER_REQUIRED is defined in all Makefiles that include config.nmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23802 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-07Deleted the wrong config.h.win32.guy1-0/+266
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23801 f5534014-38df-0310-8fa8-9805f1628bb7