aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann2015-03-032-3/+3
* Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris2015-02-214-13/+15
* Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris2015-02-213-6/+6
* Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris2015-02-215-9/+35
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-202-5/+4
* Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris2015-02-191-14/+26
* Not all compilers support turning of "format=".Guy Harris2015-02-181-2/+2
* Suppress a printf grouping warning.Gerald Combs2015-02-181-0/+3