aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings using GCC and -WpragmasJoão Valverde2016-05-231-11/+10
* Don't assume a stat() fails only if the target file doesn't exist.Guy Harris2016-01-071-2/+31
* Welcome in 2016Pascal Quantin2016-01-011-1/+1
* ws80211: Disable shorten-64-to-32.Gerald Combs2015-12-011-1/+11
* Set major SO versions for release in CMake and debian/Balint Reczey2015-11-211-1/+1
* 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-231-63/+88
* nstime: fix -Wshift-negative-valuePeter Wu2015-10-151-6/+2
* cmake: link against dl, fixes linking with goldPeter Wu2015-10-141-0/+1
* Initialize master-2.0.v2.0.0rc0Gerald Combs2015-10-052-2/+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
* Make androiddump loadable on OS X.Gerald Combs2015-04-171-2/+2
* Win32: Restore the versioned plugin installation path.Gerald Combs2015-04-071-1/+24
* wsutil: Fix commentRoland Knall2015-03-311-1/+1
* Add support for WIRESHARK_EXTCAP_DIR environment variable on WindowsPascal Quantin2015-03-251-1/+11
* Since g2ef72cb, plugins are no more stored in plugins/$VERSION folderPascal Quantin2015-03-241-48/+2
* jsmn: bugfix in jsmn_parse() (found by clang).Dario Lombardo2015-03-061-4/+6
* Added JSMN_STRICT that allow a more precise json parsing.Pascal Quantin2015-03-031-0/+6