aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+7
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-0/+5
2007-09-24remove forgotten @HAVE_NET_SNMP@kukosa1-2/+0
2007-09-06Fix a comment.guy1-1/+1
2007-08-26Use config and makefile from Chris Maynard and Luis instead.etxrab1-0/+4
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolverichardv1-3/+0
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...ulfl1-8/+0
2007-01-31C preprocessor only handles integers for conditional compilation. Build MSC_V...ulfl1-10/+6
2007-01-29fix compiler version detection logic, sorry for the noise!ulfl1-6/+4
2007-01-29Comment out Ulfs changes to be able to do a test build.etxrab1-0/+2
2007-01-28add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matc...ulfl1-0/+12
2007-01-26A few more ethereal --> wiresharkwmeier1-1/+1
2006-12-08Get rid of UCD SNMP support (it's not longer supported andjmayer1-4/+0
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilergerald1-0/+1
2006-09-12Makefile.nmakejmayer1-2/+2
2006-09-12it's HAVE_LIBGNUTLS instead HAVE_GNUTLSulfl1-1/+1
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...ulfl1-2/+2
2006-09-05Handle PORTAUDIO_API_1 and add clean-deps target to distclean.etxrab1-0/+2
2006-08-30From Alejandro Vaquero:etxrab1-0/+3
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-0/+2
2006-08-12fix for bug #1025: It should be no longer necessary to use the I64x format st...ulfl1-2/+8
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsgerald1-0/+3
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...sahlberg1-0/+6
2006-07-20Remove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.gerald1-2/+0
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.sahlberg1-1/+0
2006-07-18Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_Hgerald1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-2/+2
2006-05-31More ethereal -> wireshark.gerald1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-6/+6
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureguy1-0/+1
2006-03-15Define HAVE_LUA_5_1 on windows as that what we have.lego1-0/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald1-0/+4
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.gerald1-1/+4
2006-02-07Paolo Abeni:jmayer1-0/+3
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-3/+0
2005-09-15Add PRIX64, as we now use it.guy1-3/+11
2005-08-18several times replacing:ulfl1-1/+0
2005-07-29Pick up some fixes and enhancements fromgerald1-0/+3
2005-05-21bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3ulfl1-0/+3
2004-11-01When we dynamically discover a Kerberos key, it helps to add it to thegerald1-3/+0
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.gerald1-0/+6
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-11/+10
2004-09-23From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.guy1-0/+2
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aguy1-3/+0
2004-08-25"_strtoui64()" first appeared in MSVC++ 7 (good job of supporting thoseguy1-1/+1
2004-08-22We're using "strtoull()", not "strtol()" - define "strtoull", notguy1-2/+2
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-20bugfix: prefix for int64 output on win32 must be "I64" not "i64"ulfl1-5/+5
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-1/+40