| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (Trivial) Testing _MSC_FULL_VER can be done at compile time. | Bill Meier | 2011-05-23 | 1 | -15/+17 |
* | Fix a Windows compiler warning; | Bill Meier | 2011-01-16 | 1 | -8/+8 |
* | New Year. | Stig Bjørlykke | 2011-01-01 | 1 | -1/+1 |
* | Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the help... | Stephen Fisher | 2010-12-01 | 1 | -1/+12 |
* | Back out r35084 since it contains code fragments from MSDN, which are covered | Stephen Fisher | 2010-12-01 | 1 | -10/+1 |
* | Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ru... | Stephen Fisher | 2010-11-30 | 1 | -1/+10 |
* | Fixed "Compiled with" information in the About box. | Stig Bjørlykke | 2010-10-21 | 1 | -3/+7 |
* | A GString has it's own length. | Stig Bjørlykke | 2010-08-31 | 1 | -1/+1 |
* | More information on getting the distribution name and release. | Guy Harris | 2010-07-15 | 1 | -0/+29 |
* | More details on getting the distribution name and version on Linux. | Guy Harris | 2010-07-15 | 1 | -1/+15 |
* | On OS X, give the OS version as | Guy Harris | 2010-07-15 | 1 | -3/+25 |
* | Don't include headers we don't need (they might be generating external | Guy Harris | 2010-07-15 | 1 | -8/+0 |
* | Move the code to get version information for libraries used by | Guy Harris | 2010-07-15 | 1 | -129/+0 |
* | From H.sivank: GtkOSXApplication support. | Guy Harris | 2010-05-25 | 1 | -3/+3 |
* | Detect clang and llvm-gcc. | Guy Harris | 2010-05-19 | 1 | -0/+6 |
* | Bruno Matos <bruno.matos@gmail.com> | Jörg Mayer | 2010-05-15 | 1 | -4/+4 |
* | Tell, in the version info, if we were compiled 32- or 64-bit. | Jeff Morriss | 2010-04-24 | 1 | -0/+5 |
* | Disable usage of zlibVersion() on win32. | Stig Bjørlykke | 2010-04-19 | 1 | -1/+1 |