aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16Fix a Windows compiler warning;Bill Meier1-8/+8
2011-01-01New Year.Stig Bjørlykke1-1/+1
2010-12-01Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the help...Stephen Fisher1-1/+12
2010-12-01Back out r35084 since it contains code fragments from MSDN, which are coveredStephen Fisher1-10/+1
2010-11-30Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ru...Stephen Fisher1-1/+10
2010-10-21Fixed "Compiled with" information in the About box.Stig Bjørlykke1-3/+7
2010-08-31A GString has it's own length.Stig Bjørlykke1-1/+1
2010-07-15More information on getting the distribution name and release.Guy Harris1-0/+29
2010-07-15More details on getting the distribution name and version on Linux.Guy Harris1-1/+15
2010-07-15On OS X, give the OS version asGuy Harris1-3/+25
2010-07-15Don't include headers we don't need (they might be generating externalGuy Harris1-8/+0
2010-07-15Move the code to get version information for libraries used byGuy Harris1-129/+0
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-3/+3
2010-05-19Detect clang and llvm-gcc.Guy Harris1-0/+6
2010-05-15Bruno Matos <bruno.matos@gmail.com>Jörg Mayer1-4/+4
2010-04-24Tell, in the version info, if we were compiled 32- or 64-bit.Jeff Morriss1-0/+5
2010-04-19Disable usage of zlibVersion() on win32.Stig Bjørlykke1-1/+1
2010-04-17From Richard Brodie via bug 4606:Stig Bjørlykke1-0/+5
2010-01-01Happy New Year!Stig Bjørlykke1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-4/+0
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-1/+1
2009-09-17Fix typo in comment.Guy Harris1-1/+1
2009-09-16Fix a typo.Bill Meier1-2/+2
2009-09-16Add info as to 32/64 bit and also if "Windows 7" to runtime version info.Bill Meier1-9/+38
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asGerald Combs1-1/+1
2009-05-31From Kovarththanan Rajaratnam's patch in bug 3500:Stig Bjørlykke1-0/+14
2009-04-01The second argument to Gestalt() is an SInt32, which, for backwardsGuy Harris1-5/+5
2009-01-08display runtime versions of GnuTLS and Gcrypt librariesTomas Kukosa1-0/+10
2009-01-08We had a roll-over of the calendar thingy.Jaap Keuter1-1/+1
2008-12-30Check in a modified version of Jaap's patch in bug 3162. This should fixGerald Combs1-0/+5
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-1/+1
2008-12-13Detect Windows Server 2008 in the runtime version info.Stig Bjørlykke1-3/+6
2008-10-27Added info about GeoIP. Only dump info about ADNS if without c-ares.Stig Bjørlykke1-6/+17
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-23Fix a typo in a comment.Guy Harris1-1/+1
2008-08-12Added c-ares version string.Stig Bjørlykke1-1/+6
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-0/+8
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-41/+41
2008-03-05Don't add newline before LIBCAP, as this is done correct in end_string().Stig Bjørlykke1-1/+1
2008-03-04Add a POSIX capabilities blurb to get_compiled_version_info().Gerald Combs1-1/+16
2008-01-15Bump dateStig Bjørlykke1-1/+1
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-0/+1
2007-11-10Add MacOS X version next to the Darwin version in version outputs.Stephen Fisher1-1/+28
2007-09-29We don't use NetSNMP any more.Guy Harris1-4/+0
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+30
2007-08-26libsmi was missing from the CFLAGSLuis Ontanon1-1/+1
2007-08-26Fix a typoAnders Broman1-1/+1
2007-08-26Minor tweeks.Anders Broman1-6/+10
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-2/+2