aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-6/+6
2014-01-01Happy new year!Stig Bjørlykke1-1/+1
2013-11-02libcap is UN*X-only; libnl is Linux-only.Guy Harris1-2/+8
2013-09-30Add identification of Windows 8.1 / Windows Server 2012 R2Pascal Quantin1-0/+3
2013-06-20Fix indent (use Tabs)Alexis La Goutte1-15/+15
2013-06-20Fix warning about CPUInfo in Linux (when use qmake to build qtshark)Alexis La Goutte1-1/+5
2013-06-17Added a missing CFRelease.Stig Bjørlykke1-1/+3
2013-03-24Replace implicit conversions with explicit casts.Guy Harris1-3/+4
2013-03-21Make internal functions static.Anders Broman1-2/+2
2013-02-08Try using cpuid also for __x86_64__ if compiled with GCC.Anders Broman1-8/+53
2013-02-04Fix warning: unused parameter ‘str’ when compiling on a non Windows machinePascal Quantin1-1/+1
2013-02-04Add CPUBrandString and memory size to VersionInfo on windows if available.Anders Broman1-0/+45
2013-01-01Welcome in 2013Pascal Quantin1-1/+1
2013-01-01Add detection of Windows 8 and Windows Server 2012Pascal Quantin1-0/+3
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-11/+2
2012-09-25Fix compilation warnings.Gerald Combs1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Try ServerVersion.plist first, and use ProductName as the OS name; thatGuy Harris1-40/+69
2012-09-08OK, fine, g_malloc() and g_free(). We really should be usingGuy Harris1-7/+4
2012-09-08We no longer use Gestalt(), so there's no need to check for it.Guy Harris1-0/+6
2012-09-08Mountain Lion marks Gestalt() as deprecated, which causes the build toGuy Harris1-28/+131
2012-07-05List whether we were compiled with LIBNL or not (including which majorJeff Morriss1-0/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-20Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman1-9/+19
2012-01-01Happy New Year!Stig Bjørlykke1-1/+1
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-5/+0
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-02Update some comments, including a new URL, and add an additionalGuy Harris1-5/+9
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-4/+0
2011-07-16Provide information regarding thred support.Michael Tüxen1-0/+5
2011-07-11In version_info.c, assume we always have the "matches" operator. InGerald Combs1-6/+0
2011-06-29Show locale in version info (if !win32).Stig Bjørlykke1-0/+11
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-06-11The "shared by every program in the Wireshark suite, including dumpcap"Guy Harris1-8/+0
2011-05-23(Trivial) Testing _MSC_FULL_VER can be done at compile time.Bill Meier1-15/+17
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