Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
[obnox/wireshark/wip.git] / version_info.c
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-02 guyUpdate some comments, including a new URL, and add...
2011-08-23 stigRemove support for libpcre, we use GRegex in GLib.
2011-07-16 tuexenProvide information regarding thred support.
2011-07-11 geraldIn version_info.c, assume we always have the "matches...
2011-06-29 stigShow locale in version info (if !win32).
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-11 guyThe "shared by every program in the Wireshark suite...
2011-05-23 wmeier(Trivial) Testing _MSC_FULL_VER can be done at compile...
2011-01-16 wmeierFix a Windows compiler warning;
2011-01-01 stigNew Year.
2010-12-01 sfisherFix bug #5453 "Help->About Wireshark mis-reports OS...
2010-12-01 sfisherBack out r35084 since it contains code fragments from...
2010-11-30 sfisherFix bug #5453: Use GetSystemNativeInfo() function if...
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-08-31 stigA GString has it's own length.
2010-07-15 guyMore information on getting the distribution name and...
2010-07-15 guyMore details on getting the distribution name and versi...
2010-07-15 guyOn OS X, give the OS version as
2010-07-15 guyDon't include headers we don't need (they might be...
2010-07-15 guyMove the code to get version information for libraries...
2010-05-25 guyFrom H.sivank: GtkOSXApplication support.
2010-05-19 guyDetect clang and llvm-gcc.
2010-05-15 jmayerBruno Matos <bruno.matos@gmail.com>
2010-04-24 morrissTell, in the version info, if we were compiled 32-...
2010-04-19 stigDisable usage of zlibVersion() on win32.
2010-04-17 stigFrom Richard Brodie via bug 4606:
2010-01-01 stigHappy New Year!
2009-12-21 geraldSwitch to using a bundled version of the openSUSE Build...
2009-12-18 geraldIf we don't have PCRE and we do have GLib >= 2.14,...
2009-09-17 guyFix typo in comment.
2009-09-16 wmeierFix a typo.
2009-09-16 wmeierAdd info as to 32/64 bit and also if "Windows 7" to...
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-05-31 stigFrom Kovarththanan Rajaratnam's patch in bug 3500:
2009-04-01 guyThe second argument to Gestalt() is an SInt32, which...
2009-01-08 kukosadisplay runtime versions of GnuTLS and Gcrypt libraries
2009-01-08 jakeWe had a roll-over of the calendar thingy.
2008-12-30 geraldCheck in a modified version of Jaap's patch in bug...
2008-12-19 geraldRename geoip.[ch] to geoip_db.[ch] so we don't collide...
2008-12-13 stigDetect Windows Server 2008 in the runtime version info.
2008-10-27 stigAdded info about GeoIP. Only dump info about ADNS...
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-08-23 guyFix a typo in a comment.
2008-08-12 stigAdded c-ares version string.
2008-08-07 geraldAdd support for the c-ares asynchronous DNS resolution...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-05-07 etxrabFix some of the Errors/warnings detected by checkapi.
2008-03-05 stigDon't add newline before LIBCAP, as this is done correc...
2008-03-04 geraldAdd a POSIX capabilities blurb to get_compiled_version_...
2008-01-15 stigBump date
2007-11-30 ulflfirst steps to support MSVC 2008 Express Edition
2007-11-10 sfisherAdd MacOS X version next to the Darwin version in versi...
2007-09-29 guyWe don't use NetSNMP any more.
2007-09-15 geraldAdd routines under Windows to check if npf.sys is runni...
2007-08-26 legolibsmi was missing from the CFLAGS
2007-08-26 etxrabFix a typo
2007-08-26 etxrabMinor tweeks.
2007-02-06 morrissFrom Eric Hall to fix bug 1289:
2007-01-26 wmeierA few more ethereal --> wireshark
2007-01-18 legoFix version_info.c compilation
2007-01-18 legothe version string stated "without Lua" regardless...
2007-01-04 jakeBump date
2006-12-22 morrissTake out UCD-SNMP message since we no longer use it
2006-12-09 guyFix the display of whether the program was built with...
2006-10-20 ulflMS usually calls this a build number, not a patch ...
2006-10-20 guyDo the word-wrapping in end_string(), once the string...
2006-10-20 jakeMake dumpcap complile again and other minor improvements.
2006-10-19 geraldRemove an extra space.
2006-10-19 geraldRename get_epan_and_portaudio_version_info() to get_gui...
2006-10-19 guyClean up the word wrap stuff a bit. (Arguably, that...
2006-10-19 geraldFix the MSVC++ compiler information. Put a blank line...
2006-10-19 guyFix a comment.
2006-10-19 guyFix up the changes to put the Portaudio information...
2006-10-17 geraldAdd compiler information.
2006-10-10 jakeDon't let PortAudio skip the queue on the about dialog ;)
2006-09-22 ulflSlightly reshape the version text: Bring the OS info...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-09-12 guyMove the PortAudio stuff to from version_info.c to...
2006-09-12 jmayertshark wouldn't link any more, as it doesn't link against
2006-09-12 jmayerMakefile.nmake
2006-09-12 ulfladd version output (e.g. in the About box) for the...
2006-08-17 geraldInclude strutil.h.
2006-08-13 ulflanother place missing a call to utf_16to8(), the about...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-03-01 geraldAdd Lua support by default for Win32. Fix some compila...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-17 ulflwe don't need pcap.h here (any longer)
2006-01-12 ulflwe have 2006 in the meantime ...
2005-12-21 guyProvide not only copyright information, but a GPL blurb...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-04 guyGrr. Without the right version of the SDK, we can...
2005-10-04 guyCope with NT 6.0, and with the x86-64 version of XP...
2005-08-16 jmayerMove SVNVERSION handling into version_info. That way...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-22 guyDon't put a newline at the end of the compiled-with...
next