Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.
[metze/wireshark/wip.git] / config.h.win32
2010-04-14 Bill MeierSome changes req'd to build Wireshark with VS 2010...
2010-03-17 Guy HarrisAdd HAVE_PCAP_FREE_DATALINKS to config.h.win32, as...
2009-12-21 Gerald CombsSwitch to using a bundled version of the openSUSE Build...
2009-12-18 Gerald CombsUse the WinPcap version of pcap_datalink_val_to_descrip...
2009-12-11 Guy HarrisAdd the time zone abbreviation to the result of abs_tim...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-08-31 Kovarththanan Raja... Remove strcasecmp. We use g_ascii_strcasecmp exclusively
2009-08-31 Kovarththanan Raja... Reorder (no functionality change)
2009-08-31 Kovarththanan Raja... Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which...
2009-08-30 Kovarththanan Raja... Remove superfluous config parameters
2009-08-30 Kovarththanan Raja... Remove outdated comments regarding ZLIB_DLL. We don...
2009-08-30 Kovarththanan Raja... Add a couple of comments to HAVE_DIRECT_H, HAVE_WINDOWS...
2009-08-29 Kovarththanan Raja... We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED...
2009-07-02 Gerald CombsPull mkstemp() into tempfile.c. That's the only place...
2009-07-01 Anders BromanMake it possible to configure use of NEW_PACKET_LIST...
2009-05-08 Tomas KukosaMake gtk/capture_if_details_dlg_win32.c compileable...
2008-12-23 Gerald CombsAdd GeoIP to the Windows build. Fix a remaining geoip_...
2008-08-11 Gerald CombsOn Windows, if we're running anything but plain Visual...
2008-08-07 Gerald CombsAdd support for the c-ares asynchronous DNS resolution...
2008-06-24 Gerald CombsAdd TurboCap-related changes from /trunk-1.0:
2008-04-25 Anders BromanFlex (v 2.5.35) uses this symbol to "exclude" unistd.h
2007-12-07 Guy HarrisDelete the *right* config.h.win32.
2007-12-07 Guy HarrisDeleted the wrong config.h.win32.
2007-12-07 Guy HarrisThat's not the right way to resuscitate a file.
2007-12-07 Guy HarrisDeleted the wrong config.h.win32.
2007-12-07 Guy HarrisRun runlex.sh from the tools directory. Get rid of...
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 Ulf Lampingfirst steps to support MSVC 2008 Express Edition
2007-09-24 Tomas Kukosaremove forgotten @HAVE_NET_SNMP@
2007-09-06 Guy HarrisFix a comment.
2007-08-26 Anders BromanUse config and makefile from Chris Maynard and Luis...
2007-08-24 Richard van der... In keeping with all the other path variables (eg, libdi...
2007-01-31 Ulf Lampinginstead of putting the MSC_VER_REQUIRED test into the...
2007-01-31 Ulf LampingC preprocessor only handles integers for conditional...
2007-01-29 Ulf Lampingfix compiler version detection logic, sorry for the...
2007-01-29 Anders BromanComment out Ulfs changes to be able to do a test build.
2007-01-28 Ulf Lampingadd a check if the MSVC_VARIANT setting and the current...
2007-01-26 Bill MeierA few more ethereal --> wireshark
2006-12-08 Jörg MayerGet rid of UCD SNMP support (it's not longer supported and
2006-12-06 Gerald CombsDon't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't define...
2006-09-12 Jörg MayerMakefile.nmake
2006-09-12 Ulf Lampingit's HAVE_LIBGNUTLS instead HAVE_GNUTLS
2006-09-11 Ulf Lampingtweak the nmake build so the NET-SNMP library is in...
2006-09-05 Anders BromanHandle PORTAUDIO_API_1 and add clean-deps target to...
2006-08-30 Anders BromanFrom Alejandro Vaquero:
2006-08-16 Gerald CombsAdd support for AirPcap, an upcoming wireless product...
2006-08-12 Ulf Lampingfix for bug #1025: It should be no longer necessary...
2006-08-09 Gerald CombsPoint to the newest (1.5.0-1) GnuTLS package. Since...
2006-08-05 Ronnie Sahlbergconfig and makefile magic we need when we integrate...
2006-07-20 Gerald CombsRemove remaining instances of NEED_SNPRINTF_H. Fix...
2006-07-20 Ronnie Sahlbergwe dont need our own snprintf any more since we always...
2006-07-18 Gerald CombsApply The Written Word's patch from bug 333, which...
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-31 Gerald CombsMore ethereal -> wireshark.
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 Guy HarrisIf we have pcap_breakloop(), at least on UN*X we can...
2006-03-15 Luis OntanonDefine HAVE_LUA_5_1 on windows as that what we have.
2006-03-08 Gerald CombsUse Unicode for all native Win32 calls. Unicode Window...
2006-03-01 Gerald CombsAdd Lua support by default for Win32. Fix some compila...
2006-02-07 Jörg MayerPaolo Abeni:
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-09-15 Guy HarrisAdd PRIX64, as we now use it.
2005-08-18 Ulf Lampingseveral times replacing:
2005-07-29 Gerald CombsPick up some fixes and enhancements from
2005-05-21 Ulf Lampingbugfix: mark pcap_freecode() as optional, as it's not...
2004-11-01 Gerald CombsWhen we dynamically discover a Kerberos key, it helps...
2004-10-15 Gerald CombsAdd support for decoding DES3/CBC/MD5 keys. Make it...
2004-09-29 Guy HarrisFrom Lars Roland: add an option to link plugins with...
2004-09-23 Guy HarrisFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-09-03 Guy HarrisSome UN*Xes don't have any "strtou*" routine to convert...
2004-08-25 Guy Harris"_strtoui64()" first appeared in MSVC++ 7 (good job...
2004-08-22 Guy HarrisWe're using "strtoull()", not "strtol()" - define ...
2004-08-22 Guy HarrisAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-20 Ulf Lampingbugfix: prefix for int64 output on win32 must be "I64...
2004-06-19 Guy HarrisPick up the stuff I did for tcpdump to figure out the...
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-05-06 Olivier BiotGet rid of epan/config.h.win32.
2003-12-07 Gerald CombsAdd PCRE support to the Windows build.
2003-11-07 Guy HarrisLet people configure whether to build with Zlib or...
2003-10-10 Guy HarrisConfigure whether we have WinPcap based on whether...
2003-06-12 Guy HarrisDon't wire into "config.h.win32" files an indication...
2003-06-02 Gerald CombsAdd GNU ADNS to the Windows build environment. A preco...
2002-10-23 Guy HarrisDefine HAVE_NET_SNMP, as Ethereal is set up to be built...
2002-10-09 Gerald CombsLink to libsnmp under Win32.
2002-09-10 Guy HarrisFrom Ulf Lamping: define HAVE_LIBZ in the top-level...
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-12 Guy HarrisGet rid of the "--enable-snmp" option; instead, use...
2001-11-02 Guy HarrisDon't assume that all UNIX platforms have <iconv.h...
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-08-18 Guy HarrisOn Win32, use the default installation directory for...
2001-07-27 Guy HarrisFix AC_ETHEREAL_PCAP_CHECK so that, if a directory...
2001-06-02 Guy HarrisWindows+MSVC lacks "strptime()", so we need to include...
2001-05-01 Guy HarrisBase HAVE_PLUGINS on whether "g_module_supported()...
2001-04-05 Gilbert RamirezWin32 build fix, show "0.5.2 (WinPcap 2.1)" as the...
2001-04-05 Gilbert RamirezUse sed in the Win32 build to place the version in...
2001-03-05 Gilbert RamirezMove version to 0.8.16.
2001-01-12 Gilbert RamirezChange version numbers to 0.8.15
2000-11-28 Gilbert RamirezMove Win32 version to 0.8.14.1
next