aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
Commit message (Expand)AuthorAgeFilesLines
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-1/+0
* Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris2014-07-031-4/+0
* Move the GLib version info string stuff to get_glib_version_info().Guy Harris2014-07-031-9/+2
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-47/+3
* Have individual programs get libpcap and libz version info.Guy Harris2014-06-231-9/+0
* Add a routine to return a version string including VCS information.Guy Harris2014-06-221-8/+0
* Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2014-06-211-21/+0
* Move the routine to get memory information to wsutil.Guy Harris2014-06-211-14/+2
* Move the routine to get a CPU information string to wsutil.Guy Harris2014-06-211-38/+1
* Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris2014-06-211-75/+2
* Is <stdio.h> necessary here?Guy Harris2014-06-211-1/+0
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-447/+1
* Move get_copyright_info() to wsutil.Guy Harris2014-06-211-12/+0
* CPUID improvementsJakub Zawadzki2014-06-101-1/+4
* Move cpuid to seperate header file.Jakub Zawadzki2014-05-311-46/+5
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-6/+6
* Happy new year!Stig Bjørlykke2014-01-011-1/+1
* 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