aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-5/+0
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-02Update some comments, including a new URL, and add an additionalguy1-5/+9
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-4/+0
2011-07-16Provide information regarding thred support.tuexen1-0/+5
2011-07-11In version_info.c, assume we always have the "matches" operator. Ingerald1-6/+0
2011-06-29Show locale in version info (if !win32).stig1-0/+11
2011-06-28Replace all strerror() with g_strerror().stig1-1/+1
2011-06-11The "shared by every program in the Wireshark suite, including dumpcap"guy1-8/+0
2011-05-23(Trivial) Testing _MSC_FULL_VER can be done at compile time.wmeier1-15/+17
2011-01-16Fix a Windows compiler warning;wmeier1-8/+8
2011-01-01New Year.stig1-1/+1
2010-12-01Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the help...sfisher1-1/+12
2010-12-01Back out r35084 since it contains code fragments from MSDN, which are coveredsfisher1-10/+1
2010-11-30Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ru...sfisher1-1/+10
2010-10-21Fixed "Compiled with" information in the About box.stig1-3/+7
2010-08-31A GString has it's own length.stig1-1/+1
2010-07-15More information on getting the distribution name and release.guy1-0/+29
2010-07-15More details on getting the distribution name and version on Linux.guy1-1/+15
2010-07-15On OS X, give the OS version asguy1-3/+25
2010-07-15Don't include headers we don't need (they might be generating externalguy1-8/+0
2010-07-15Move the code to get version information for libraries used byguy1-129/+0
2010-05-25From H.sivank: GtkOSXApplication support.guy1-3/+3
2010-05-19Detect clang and llvm-gcc.guy1-0/+6
2010-05-15Bruno Matos <bruno.matos@gmail.com>jmayer1-4/+4
2010-04-24Tell, in the version info, if we were compiled 32- or 64-bit.morriss1-0/+5
2010-04-19Disable usage of zlibVersion() on win32.stig1-1/+1
2010-04-17From Richard Brodie via bug 4606:stig1-0/+5
2010-01-01Happy New Year!stig1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-4/+0
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald1-1/+1
2009-09-17Fix typo in comment.guy1-1/+1
2009-09-16Fix a typo.wmeier1-2/+2
2009-09-16Add info as to 32/64 bit and also if "Windows 7" to runtime version info.wmeier1-9/+38
2009-07-22Use "svn info" to fetch the version by default. Fetch the repository path asgerald1-1/+1
2009-05-31From Kovarththanan Rajaratnam's patch in bug 3500:stig1-0/+14
2009-04-01The second argument to Gestalt() is an SInt32, which, for backwardsguy1-5/+5
2009-01-08display runtime versions of GnuTLS and Gcrypt librarieskukosa1-0/+10
2009-01-08We had a roll-over of the calendar thingy.jake1-1/+1
2008-12-30Check in a modified version of Jaap's patch in bug 3162. This should fixgerald1-0/+5
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald1-1/+1
2008-12-13Detect Windows Server 2008 in the runtime version info.stig1-3/+6
2008-10-27Added info about GeoIP. Only dump info about ADNS if without c-ares.stig1-6/+17
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-23Fix a typo in a comment.guy1-1/+1
2008-08-12Added c-ares version string.stig1-1/+6
2008-08-07Add support for the c-ares asynchronous DNS resolution library to thegerald1-0/+8
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-41/+41
2008-03-05Don't add newline before LIBCAP, as this is done correct in end_string().stig1-1/+1