aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+0
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-4/+0
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris1-9/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-47/+3
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-9/+0
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-8/+0
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-21/+0
2014-06-21Move the routine to get memory information to wsutil.Guy Harris1-14/+2
2014-06-21Move the routine to get a CPU information string to wsutil.Guy Harris1-38/+1
2014-06-21Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris1-75/+2
2014-06-21Is <stdio.h> necessary here?Guy Harris1-1/+0
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-447/+1
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-12/+0
2014-06-10CPUID improvementsJakub Zawadzki1-1/+4
2014-05-31Move cpuid to seperate header file.Jakub Zawadzki1-46/+5
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