aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris2-5/+4
2015-02-19Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris1-14/+26
2015-02-18Not all compilers support turning of "format=".Guy Harris1-2/+2
2015-02-18Suppress a printf grouping warning.Gerald Combs1-0/+3
2015-02-18Fix various warnings in wireshark-qt.cpp.Gerald Combs2-2/+3
2015-02-17Added JSON native file support.Dario Lombardo4-0/+509
2015-02-14Try to fix diagnostic suppression.Gerald Combs1-19/+20
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris2-12/+0
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin2-18/+16
2015-02-11Fix SSE 4.2 checks.Guy Harris1-14/+14
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan3-116/+94
2015-01-30Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan1-3/+13
2015-01-29Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan1-0/+3