aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* autotools: Clean abi-check with maintainer-cleanJoão Valverde2015-12-011-1/+8
* ws80211: Disable shorten-64-to-32.Gerald Combs2015-12-011-1/+11
* cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]João Valverde2015-11-296-18/+29
* Use ws_{read,write,fdopen,close}.Guy Harris2015-11-081-0/+7
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-075-36/+14
* file_util.h includes io.h, we don't need to do so ourselves.Guy Harris2015-11-061-7/+32
* Get rid of ws80211_frequency_to_channel().Guy Harris2015-11-051-0/+8
* Match what most source say are the actual Japanese 4.9 GHz channels.Guy Harris2015-11-051-8/+20
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+3
* Just use g_mkdir_with_parents() to make the .config directory on UN*X.Guy Harris2015-10-281-8/+11
* Do the "create parent of config file directory" stuff on UN*X as well.Guy Harris2015-10-281-11/+8
* On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.Guy Harris2015-10-191-63/+88
* Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris2015-10-161-0/+1
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* cmake: link against dl, fixes linking with goldPeter Wu2015-10-131-0/+1
* inet_v6def : fix warning: redundant redeclaration of 'inet_pton' [-Wredundant...Alexis La Goutte2015-10-121-1/+1
* Remove duplicate transport ports from proto tree summaryJoão Valverde2015-10-111-0/+1
* nstime: fix -Wshift-negative-valuePeter Wu2015-10-091-6/+2
* Move utf8_entities.h to wsutilJoão Valverde2015-10-052-0/+64
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-1/+1
* cmake: rework version.h handling to treat it like config.hJoerg Mayer2015-08-261-2/+0
* UDP multicast stream dialog.Gerald Combs2015-08-181-0/+1
* Run abicheck commands at compile time.Gerald Combs2015-08-161-2/+5
* [MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVCAndersBroman2015-08-051-2/+17
* terminate readlink resultTobias Stoeckmann2015-07-111-6/+12
* Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin2015-07-071-1/+1
* Add a comment.Guy Harris2015-07-061-1/+11
* Mark another function as printf-like.Guy Harris2015-07-041-1/+1
* Use ws_fstat64() to determine the size of an open file.Guy Harris2015-06-302-19/+18
* Check _MSC_VER is defined before we use itEvan Huus2015-06-241-1/+1
* [MSVC 2015] file_exists() fails on MSVC2105 as file_stat.st_ino gets resetAndersBroman2015-06-231-1/+2
* Qt: fix a crash when closing application under WindowsPascal Quantin2015-06-171-0/+1
* Qt: Make sure we have usable command line arguments.Gerald Combs2015-06-161-0/+8
* Add the wireless toolbar.Gerald Combs2015-06-164-0/+186
* Replace tabs in files with editor modeline "expandtab"Bill Meier2015-06-111-1/+1
* It's INVALID_HANDLE_VALUE, not INVALID_HANDLE.Guy Harris2015-06-101-1/+1
* Squelch some type-clash warnings on Windows.Guy Harris2015-06-101-2/+13
* Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris2015-06-102-5/+5
* Make sure we include <windows.h> to get HANDLE declared.Guy Harris2015-06-101-0/+2
* Get rid of extra blank line at the end.Guy Harris2015-06-101-1/+0
* Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris2015-06-102-0/+44
* Fix some files to pass the pre-commit hook script.Joerg Mayer2015-05-171-1/+1
* Remove odd charactersGraham Bloice2015-05-161-5/+4
* Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris2015-05-092-11/+16
* Rename a variable to avoid a collision with the C++ keyword "template".Guy Harris2015-05-091-15/+15
* Keep everything unsigned there.Guy Harris2015-05-091-1/+1
* Don't shift signed values left.Guy Harris2015-04-301-4/+16
* Calculate *Peek tagged timestamps in fixed-point.Guy Harris2015-04-212-26/+71
* Get rid of trailing white space.Guy Harris2015-04-201-1/+1
* Have a common routine to convert FILETIME to nstime_t.Guy Harris2015-04-202-0/+80