aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Expand)AuthorFilesLines
2006-09-12Makefile.nmakeJörg Mayer1-2/+2
2006-09-12it's HAVE_LIBGNUTLS instead HAVE_GNUTLSUlf Lamping1-1/+1
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...Ulf Lamping1-2/+2
2006-09-05Handle PORTAUDIO_API_1 and add clean-deps target to distclean.Anders Broman1-0/+2
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+3
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+2
2006-08-12fix for bug #1025: It should be no longer necessary to use the I64x format st...Ulf Lamping1-2/+8
2006-08-09Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs1-0/+3
2006-08-05config and makefile magic we need when we integrate kerberos for windows with...Ronnie Sahlberg1-0/+6
2006-07-20Remove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.Gerald Combs1-2/+0
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg1-1/+0
2006-07-18Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_HGerald Combs1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-2/+2
2006-05-31More ethereal -> wireshark.Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-6/+6
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-0/+1
2006-03-15Define HAVE_LUA_5_1 on windows as that what we have.Luis Ontanon1-0/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-0/+4
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs1-1/+4
2006-02-07Paolo Abeni:Jörg Mayer1-0/+3
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+0
2005-09-15Add PRIX64, as we now use it.Guy Harris1-3/+11
2005-08-18several times replacing:Ulf Lamping1-1/+0
2005-07-29Pick up some fixes and enhancements fromGerald Combs1-0/+3
2005-05-21bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3Ulf Lamping1-0/+3
2004-11-01When we dynamically discover a Kerberos key, it helps to add it to theGerald Combs1-3/+0
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-0/+6
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-11/+10
2004-09-23From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris1-0/+2
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris1-3/+0
2004-08-25"_strtoui64()" first appeared in MSVC++ 7 (good job of supporting thoseGuy Harris1-1/+1
2004-08-22We're using "strtoull()", not "strtol()" - define "strtoull", notGuy Harris1-2/+2
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-20bugfix: prefix for int64 output on win32 must be "I64" not "i64"Ulf Lamping1-5/+5
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-1/+40
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+22
2004-05-06Get rid of epan/config.h.win32.Olivier Biot1-2/+2
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-1/+4
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris1-2/+2
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris1-2/+4
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris1-2/+2
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs1-1/+5
2002-10-23Define HAVE_NET_SNMP, as Ethereal is set up to be built with Net-SNMPGuy Harris1-2/+3
2002-10-09Link to libsnmp under Win32.Gerald Combs1-2/+2
2002-09-10From Ulf Lamping: define HAVE_LIBZ in the top-level config.h.win32, asGuy Harris1-2/+2
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-2/+2
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-4/+3
2001-11-02Don't assume that all UNIX platforms have <iconv.h> - explicitly checkGuy Harris1-1/+4
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-3/+1