| Commit message (Expand) | Author | Age | Files | Lines |
* | autotools: Clean abi-check with maintainer-clean | João Valverde | 2015-12-01 | 1 | -1/+8 |
* | ws80211: Disable shorten-64-to-32. | Gerald Combs | 2015-12-01 | 1 | -1/+11 |
* | cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic] | João Valverde | 2015-11-29 | 6 | -18/+29 |
* | Use ws_{read,write,fdopen,close}. | Guy Harris | 2015-11-08 | 1 | -0/+7 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 5 | -36/+14 |
* | file_util.h includes io.h, we don't need to do so ourselves. | Guy Harris | 2015-11-06 | 1 | -7/+32 |
* | Get rid of ws80211_frequency_to_channel(). | Guy Harris | 2015-11-05 | 1 | -0/+8 |
* | Match what most source say are the actual Japanese 4.9 GHz channels. | Guy Harris | 2015-11-05 | 1 | -8/+20 |
* | Don't include "file.h" if you don't need it. | Guy Harris | 2015-11-04 | 1 | -0/+3 |
* | Just use g_mkdir_with_parents() to make the .config directory on UN*X. | Guy Harris | 2015-10-28 | 1 | -8/+11 |
* | Do the "create parent of config file directory" stuff on UN*X as well. | Guy Harris | 2015-10-28 | 1 | -11/+8 |
* | On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files. | Guy Harris | 2015-10-19 | 1 | -63/+88 |
* | Add DEGREE SIGN character to utf8_entities.h and use it. | Guy Harris | 2015-10-16 | 1 | -0/+1 |
* | CMake: Add /WX | Gerald Combs | 2015-10-16 | 1 | -2/+2 |
* | cmake: link against dl, fixes linking with gold | Peter Wu | 2015-10-13 | 1 | -0/+1 |
* | inet_v6def : fix warning: redundant redeclaration of 'inet_pton' [-Wredundant... | Alexis La Goutte | 2015-10-12 | 1 | -1/+1 |
* | Remove duplicate transport ports from proto tree summary | João Valverde | 2015-10-11 | 1 | -0/+1 |
* | nstime: fix -Wshift-negative-value | Peter Wu | 2015-10-09 | 1 | -6/+2 |
* | Move utf8_entities.h to wsutil | João Valverde | 2015-10-05 | 2 | -0/+64 |
* | The official #define for 32-bit and 64-bit Windows is _WIN32. | Guy Harris | 2015-09-02 | 1 | -1/+1 |
* | cmake: rework version.h handling to treat it like config.h | Joerg Mayer | 2015-08-26 | 1 | -2/+0 |
* | UDP multicast stream dialog. | Gerald Combs | 2015-08-18 | 1 | -0/+1 |
* | Run abicheck commands at compile time. | Gerald Combs | 2015-08-16 | 1 | -2/+5 |
* | [MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVC | AndersBroman | 2015-08-05 | 1 | -2/+17 |
* | terminate readlink result | Tobias Stoeckmann | 2015-07-11 | 1 | -6/+12 |
* | Next Windows Server version seems to be named Windows Server 2016 now | Pascal Quantin | 2015-07-07 | 1 | -1/+1 |
* | Add a comment. | Guy Harris | 2015-07-06 | 1 | -1/+11 |
* | Mark another function as printf-like. | Guy Harris | 2015-07-04 | 1 | -1/+1 |
* | Use ws_fstat64() to determine the size of an open file. | Guy Harris | 2015-06-30 | 2 | -19/+18 |
* | Check _MSC_VER is defined before we use it | Evan Huus | 2015-06-24 | 1 | -1/+1 |
* | [MSVC 2015] file_exists() fails on MSVC2105 as file_stat.st_ino gets reset | AndersBroman | 2015-06-23 | 1 | -1/+2 |
* | Qt: fix a crash when closing application under Windows | Pascal Quantin | 2015-06-17 | 1 | -0/+1 |
* | Qt: Make sure we have usable command line arguments. | Gerald Combs | 2015-06-16 | 1 | -0/+8 |
* | Add the wireless toolbar. | Gerald Combs | 2015-06-16 | 4 | -0/+186 |
* | Replace tabs in files with editor modeline "expandtab" | Bill Meier | 2015-06-11 | 1 | -1/+1 |
* | It's INVALID_HANDLE_VALUE, not INVALID_HANDLE. | Guy Harris | 2015-06-10 | 1 | -1/+1 |
* | Squelch some type-clash warnings on Windows. | Guy Harris | 2015-06-10 | 1 | -2/+13 |
* | Rename wsutil/process.h to wsutil/processes.h to avoid collisions. | Guy Harris | 2015-06-10 | 2 | -5/+5 |
* | Make sure we include <windows.h> to get HANDLE declared. | Guy Harris | 2015-06-10 | 1 | -0/+2 |
* | Get rid of extra blank line at the end. | Guy Harris | 2015-06-10 | 1 | -1/+0 |
* | Use pid_t on UN*X, and HANDLE on Windows, for the process ID. | Guy Harris | 2015-06-10 | 2 | -0/+44 |
* | Fix some files to pass the pre-commit hook script. | Joerg Mayer | 2015-05-17 | 1 | -1/+1 |
* | Remove odd characters | Graham Bloice | 2015-05-16 | 1 | -5/+4 |
* | Define the SHA-1 digest length in wsutil/sha1.h and use it. | Guy Harris | 2015-05-09 | 2 | -11/+16 |
* | Rename a variable to avoid a collision with the C++ keyword "template". | Guy Harris | 2015-05-09 | 1 | -15/+15 |
* | Keep everything unsigned there. | Guy Harris | 2015-05-09 | 1 | -1/+1 |
* | Don't shift signed values left. | Guy Harris | 2015-04-30 | 1 | -4/+16 |
* | Calculate *Peek tagged timestamps in fixed-point. | Guy Harris | 2015-04-21 | 2 | -26/+71 |
* | Get rid of trailing white space. | Guy Harris | 2015-04-20 | 1 | -1/+1 |
* | Have a common routine to convert FILETIME to nstime_t. | Guy Harris | 2015-04-20 | 2 | -0/+80 |