aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
AgeCommit message (Expand)AuthorFilesLines
2007-09-24remove forgotten @HAVE_NET_SNMP@Tomas Kukosa1-2/+0
2007-09-06Fix a comment.Guy Harris1-1/+1
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-0/+4
2007-08-24In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff1-3/+0
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping1-8/+0
2007-01-31C preprocessor only handles integers for conditional compilation. Build MSC_V...Ulf Lamping1-10/+6
2007-01-29fix compiler version detection logic, sorry for the noise!Ulf Lamping1-6/+4
2007-01-29Comment out Ulfs changes to be able to do a test build.Anders Broman1-0/+2
2007-01-28add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matc...Ulf Lamping1-0/+12
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-4/+0
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-0/+1
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