| Commit message (Expand) | Author | Age | Files | Lines |
* | Move utility routines for capturing into a libcaputils static library. | Guy Harris | 2014-07-04 | 1 | -1/+0 |
* | Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined. | Guy Harris | 2014-07-03 | 1 | -4/+0 |
* | Move the GLib version info string stuff to get_glib_version_info(). | Guy Harris | 2014-07-03 | 1 | -9/+2 |
* | Make --help and --version information a bit more uniform. | Guy Harris | 2014-07-03 | 1 | -47/+3 |
* | Have individual programs get libpcap and libz version info. | Guy Harris | 2014-06-23 | 1 | -9/+0 |
* | Add a routine to return a version string including VCS information. | Guy Harris | 2014-06-22 | 1 | -8/+0 |
* | Move get_os_major_version() to wsutil and rename it to get_windows_major_vers... | Guy Harris | 2014-06-21 | 1 | -21/+0 |
* | Move the routine to get memory information to wsutil. | Guy Harris | 2014-06-21 | 1 | -14/+2 |
* | Move the routine to get a CPU information string to wsutil. | Guy Harris | 2014-06-21 | 1 | -38/+1 |
* | Add a get_compiler_info() routine in libwsutil to get compiler information. | Guy Harris | 2014-06-21 | 1 | -75/+2 |
* | Is <stdio.h> necessary here? | Guy Harris | 2014-06-21 | 1 | -1/+0 |
* | Move get_os_version_info() to libwsutil. | Guy Harris | 2014-06-21 | 1 | -447/+1 |
* | Move get_copyright_info() to wsutil. | Guy Harris | 2014-06-21 | 1 | -12/+0 |
* | CPUID improvements | Jakub Zawadzki | 2014-06-10 | 1 | -1/+4 |
* | Move cpuid to seperate header file. | Jakub Zawadzki | 2014-05-31 | 1 | -46/+5 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Replace "svn" with "git" all over the place. | Gerald Combs | 2014-02-07 | 1 | -6/+6 |
* | Happy new year! | Stig Bjørlykke | 2014-01-01 | 1 | -1/+1 |
* | libcap is UN*X-only; libnl is Linux-only. | Guy Harris | 2013-11-02 | 1 | -2/+8 |
* | Add identification of Windows 8.1 / Windows Server 2012 R2 | Pascal Quantin | 2013-09-30 | 1 | -0/+3 |
* | Fix indent (use Tabs) | Alexis La Goutte | 2013-06-20 | 1 | -15/+15 |
* | Fix warning about CPUInfo in Linux (when use qmake to build qtshark) | Alexis La Goutte | 2013-06-20 | 1 | -1/+5 |
* | Added a missing CFRelease. | Stig Bjørlykke | 2013-06-17 | 1 | -1/+3 |
* | Replace implicit conversions with explicit casts. | Guy Harris | 2013-03-24 | 1 | -3/+4 |
* | Make internal functions static. | Anders Broman | 2013-03-21 | 1 | -2/+2 |
* | Try using cpuid also for __x86_64__ if compiled with GCC. | Anders Broman | 2013-02-08 | 1 | -8/+53 |
* | Fix warning: unused parameter ‘str’ when compiling on a non Windows machine | Pascal Quantin | 2013-02-04 | 1 | -1/+1 |
* | Add CPUBrandString and memory size to VersionInfo on windows if available. | Anders Broman | 2013-02-04 | 1 | -0/+45 |
* | Welcome in 2013 | Pascal Quantin | 2013-01-01 | 1 | -1/+1 |
* | Add detection of Windows 8 and Windows Server 2012 | Pascal Quantin | 2013-01-01 | 1 | -0/+3 |
* | On UN*X, if an interface has a description, use it as the "friendly | Guy Harris | 2012-11-22 | 1 | -11/+2 |
* | Fix compilation warnings. | Gerald Combs | 2012-09-25 | 1 | -2/+2 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Try ServerVersion.plist first, and use ProductName as the OS name; that | Guy Harris | 2012-09-19 | 1 | -40/+69 |
* | OK, fine, g_malloc() and g_free(). We really should be using | Guy Harris | 2012-09-08 | 1 | -7/+4 |
* | We no longer use Gestalt(), so there's no need to check for it. | Guy Harris | 2012-09-08 | 1 | -0/+6 |
* | Mountain Lion marks Gestalt() as deprecated, which causes the build to | Guy Harris | 2012-09-08 | 1 | -28/+131 |
* | List whether we were compiled with LIBNL or not (including which major | Jeff Morriss | 2012-07-05 | 1 | -0/+12 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_os | Anders Broman | 2012-02-20 | 1 | -9/+19 |
* | Happy New Year! | Stig Bjørlykke | 2012-01-01 | 1 | -1/+1 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 1 | -5/+0 |
* | Fix ex "modeline" so it works; | Bill Meier | 2011-09-21 | 1 | -1/+1 |
* | Update some comments, including a new URL, and add an additional | Guy Harris | 2011-09-02 | 1 | -5/+9 |
* | Remove support for libpcre, we use GRegex in GLib. | Stig Bjørlykke | 2011-08-23 | 1 | -4/+0 |
* | Provide information regarding thred support. | Michael Tüxen | 2011-07-16 | 1 | -0/+5 |
* | In version_info.c, assume we always have the "matches" operator. In | Gerald Combs | 2011-07-11 | 1 | -6/+0 |
* | Show locale in version info (if !win32). | Stig Bjørlykke | 2011-06-29 | 1 | -0/+11 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -1/+1 |
* | The "shared by every program in the Wireshark suite, including dumpcap" | Guy Harris | 2011-06-11 | 1 | -8/+0 |