aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2015-10-19On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.Guy Harris1-63/+88
2015-10-16Add DEGREE SIGN character to utf8_entities.h and use it.Guy Harris1-0/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-13cmake: link against dl, fixes linking with goldPeter Wu1-0/+1
2015-10-12inet_v6def : fix warning: redundant redeclaration of 'inet_pton' [-Wredundant...Alexis La Goutte1-1/+1
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-0/+1
2015-10-09nstime: fix -Wshift-negative-valuePeter Wu1-6/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde2-0/+64
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-08-26cmake: rework version.h handling to treat it like config.hJoerg Mayer1-2/+0
2015-08-18UDP multicast stream dialog.Gerald Combs1-0/+1
2015-08-16Run abicheck commands at compile time.Gerald Combs1-2/+5
2015-08-05[MSVC 2015] Compiler and visual studio version are off by 5 not 6 in MSVCAndersBroman1-2/+17
2015-07-11terminate readlink resultTobias Stoeckmann1-6/+12
2015-07-07Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin1-1/+1
2015-07-06Add a comment.Guy Harris1-1/+11
2015-07-04Mark another function as printf-like.Guy Harris1-1/+1
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris2-19/+18
2015-06-24Check _MSC_VER is defined before we use itEvan Huus1-1/+1
2015-06-23[MSVC 2015] file_exists() fails on MSVC2105 as file_stat.st_ino gets resetAndersBroman1-1/+2
2015-06-17Qt: fix a crash when closing application under WindowsPascal Quantin1-0/+1
2015-06-16Qt: Make sure we have usable command line arguments.Gerald Combs1-0/+8
2015-06-16Add the wireless toolbar.Gerald Combs4-0/+186
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-06-10It's INVALID_HANDLE_VALUE, not INVALID_HANDLE.Guy Harris1-1/+1
2015-06-10Squelch some type-clash warnings on Windows.Guy Harris1-2/+13
2015-06-10Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris2-5/+5
2015-06-10Make sure we include <windows.h> to get HANDLE declared.Guy Harris1-0/+2
2015-06-10Get rid of extra blank line at the end.Guy Harris1-1/+0
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris2-0/+44
2015-05-17Fix some files to pass the pre-commit hook script.Joerg Mayer1-1/+1
2015-05-16Remove odd charactersGraham Bloice1-5/+4
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris2-11/+16
2015-05-09Rename a variable to avoid a collision with the C++ keyword "template".Guy Harris1-15/+15
2015-05-09Keep everything unsigned there.Guy Harris1-1/+1
2015-04-30Don't shift signed values left.Guy Harris1-4/+16
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris2-26/+71
2015-04-20Get rid of trailing white space.Guy Harris1-1/+1
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris2-0/+80
2015-04-17Make androiddump loadable on OS X.Gerald Combs1-2/+2
2015-04-07Win32: Restore the versioned plugin installation path.Gerald Combs1-1/+24
2015-03-31wsutil: Fix commentRoland Knall1-1/+1
2015-03-25Add support for WIRESHARK_EXTCAP_DIR environment variable on WindowsPascal Quantin1-1/+11
2015-03-24Since g2ef72cb, plugins are no more stored in plugins/$VERSION folderPascal Quantin1-48/+2
2015-03-06jsmn: bugfix in jsmn_parse() (found by clang).Dario Lombardo1-4/+6
2015-03-03Added JSMN_STRICT that allow a more precise json parsing.Pascal Quantin1-0/+6
2015-03-03Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann2-3/+3
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris4-13/+15
2015-02-21Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris3-6/+6
2015-02-21Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris5-9/+35