aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
Commit message (Expand)AuthorAgeFilesLines
* libcap is UN*X-only; libnl is Linux-only.Guy Harris2013-11-021-2/+8
* Add identification of Windows 8.1 / Windows Server 2012 R2Pascal Quantin2013-09-301-0/+3
* Fix indent (use Tabs)Alexis La Goutte2013-06-201-15/+15
* Fix warning about CPUInfo in Linux (when use qmake to build qtshark)Alexis La Goutte2013-06-201-1/+5
* Added a missing CFRelease.Stig Bjørlykke2013-06-171-1/+3
* Replace implicit conversions with explicit casts.Guy Harris2013-03-241-3/+4
* Make internal functions static.Anders Broman2013-03-211-2/+2
* Try using cpuid also for __x86_64__ if compiled with GCC.Anders Broman2013-02-081-8/+53
* Fix warning: unused parameter ‘str’ when compiling on a non Windows machinePascal Quantin2013-02-041-1/+1
* Add CPUBrandString and memory size to VersionInfo on windows if available.Anders Broman2013-02-041-0/+45
* Welcome in 2013Pascal Quantin2013-01-011-1/+1
* Add detection of Windows 8 and Windows Server 2012Pascal Quantin2013-01-011-0/+3
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-11/+2
* Fix compilation warnings.Gerald Combs2012-09-251-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Try ServerVersion.plist first, and use ProductName as the OS name; thatGuy Harris2012-09-191-40/+69
* OK, fine, g_malloc() and g_free(). We really should be usingGuy Harris2012-09-081-7/+4
* We no longer use Gestalt(), so there's no need to check for it.Guy Harris2012-09-081-0/+6
* Mountain Lion marks Gestalt() as deprecated, which causes the build toGuy Harris2012-09-081-28/+131
* List whether we were compiled with LIBNL or not (including which majorJeff Morriss2012-07-051-0/+12
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_osAnders Broman2012-02-201-9/+19
* Happy New Year!Stig Bjørlykke2012-01-011-1/+1
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-071-5/+0
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* Update some comments, including a new URL, and add an additionalGuy Harris2011-09-021-5/+9
* Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke2011-08-231-4/+0
* Provide information regarding thred support.Michael Tüxen2011-07-161-0/+5
* In version_info.c, assume we always have the "matches" operator. InGerald Combs2011-07-111-6/+0
* Show locale in version info (if !win32).Stig Bjørlykke2011-06-291-0/+11
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-1/+1
* The "shared by every program in the Wireshark suite, including dumpcap"Guy Harris2011-06-111-8/+0
* (Trivial) Testing _MSC_FULL_VER can be done at compile time.Bill Meier2011-05-231-15/+17
* Fix a Windows compiler warning;Bill Meier2011-01-161-8/+8
* New Year.Stig Bjørlykke2011-01-011-1/+1
* Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the help...Stephen Fisher2010-12-011-1/+12
* Back out r35084 since it contains code fragments from MSDN, which are coveredStephen Fisher2010-12-011-10/+1
* Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ru...Stephen Fisher2010-11-301-1/+10
* Fixed "Compiled with" information in the About box.Stig Bjørlykke2010-10-211-3/+7
* A GString has it's own length.Stig Bjørlykke2010-08-311-1/+1
* More information on getting the distribution name and release.Guy Harris2010-07-151-0/+29
* More details on getting the distribution name and version on Linux.Guy Harris2010-07-151-1/+15
* On OS X, give the OS version asGuy Harris2010-07-151-3/+25
* Don't include headers we don't need (they might be generating externalGuy Harris2010-07-151-8/+0
* Move the code to get version information for libraries used byGuy Harris2010-07-151-129/+0
* From H.sivank: GtkOSXApplication support.Guy Harris2010-05-251-3/+3
* Detect clang and llvm-gcc.Guy Harris2010-05-191-0/+6
* Bruno Matos <bruno.matos@gmail.com>Jörg Mayer2010-05-151-4/+4
* Tell, in the version info, if we were compiled 32- or 64-bit.Jeff Morriss2010-04-241-0/+5
* Disable usage of zlibVersion() on win32.Stig Bjørlykke2010-04-191-1/+1