aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
Commit message (Expand)AuthorAgeFilesLines
* Use config and makefile from Chris Maynard and Luis instead.Anders Broman2007-08-261-0/+4
* In keeping with all the other path variables (eg, libdir), don't resolveRichard van der Hoff2007-08-241-3/+0
* instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping2007-01-311-8/+0
* C preprocessor only handles integers for conditional compilation. Build MSC_V...Ulf Lamping2007-01-311-10/+6
* fix compiler version detection logic, sorry for the noise!Ulf Lamping2007-01-291-6/+4
* Comment out Ulfs changes to be able to do a test build.Anders Broman2007-01-291-0/+2
* add a check if the MSVC_VARIANT setting and the current _MSC_VER #define matc...Ulf Lamping2007-01-281-0/+12
* A few more ethereal --> wiresharkBill Meier2007-01-261-1/+1
* Get rid of UCD SNMP support (it's not longer supported andJörg Mayer2006-12-081-4/+0
* Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs2006-12-061-0/+1
* Makefile.nmakeJörg Mayer2006-09-121-2/+2
* it's HAVE_LIBGNUTLS instead HAVE_GNUTLSUlf Lamping2006-09-121-1/+1
* tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...Ulf Lamping2006-09-111-2/+2
* Handle PORTAUDIO_API_1 and add clean-deps target to distclean.Anders Broman2006-09-051-0/+2
* From Alejandro Vaquero:Anders Broman2006-08-301-0/+3
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-0/+2
* fix for bug #1025: It should be no longer necessary to use the I64x format st...Ulf Lamping2006-08-121-2/+8
* Point to the newest (1.5.0-1) GnuTLS package. Since it containsGerald Combs2006-08-091-0/+3
* config and makefile magic we need when we integrate kerberos for windows with...Ronnie Sahlberg2006-08-051-0/+6
* Remove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.Gerald Combs2006-07-201-2/+0
* we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg2006-07-201-1/+0
* Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_HGerald Combs2006-07-181-1/+1
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-2/+2
* More ethereal -> wireshark.Gerald Combs2006-05-311-1/+1
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-6/+6
* If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris2006-05-211-0/+1
* Define HAVE_LUA_5_1 on windows as that what we have.Luis Ontanon2006-03-151-0/+1
* Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs2006-03-081-0/+4
* Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs2006-03-011-1/+4
* Paolo Abeni:Jörg Mayer2006-02-071-0/+3
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-3/+0
* Add PRIX64, as we now use it.Guy Harris2005-09-151-3/+11
* several times replacing:Ulf Lamping2005-08-181-1/+0
* Pick up some fixes and enhancements fromGerald Combs2005-07-291-0/+3
* bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3Ulf Lamping2005-05-211-0/+3
* When we dynamically discover a Kerberos key, it helps to add it to theGerald Combs2004-11-011-3/+0
* Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs2004-10-151-0/+6
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-11/+10
* From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris2004-09-231-0/+2
* Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris2004-09-031-3/+0
* "_strtoui64()" first appeared in MSVC++ 7 (good job of supporting thoseGuy Harris2004-08-251-1/+1
* We're using "strtoull()", not "strtol()" - define "strtoull", notGuy Harris2004-08-221-2/+2
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-0/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* bugfix: prefix for int64 output on win32 must be "I64" not "i64"Ulf Lamping2004-06-201-5/+5
* Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris2004-06-191-1/+40
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+22
* Get rid of epan/config.h.win32.Olivier Biot2004-05-061-2/+2
* Add PCRE support to the Windows build.Gerald Combs2003-12-071-1/+4
* Let people configure whether to build with Zlib or not solely byGuy Harris2003-11-071-2/+2