aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix various warnings in wireshark-qt.cpp.Gerald Combs2015-02-182-2/+3
* Added JSON native file support.Dario Lombardo2015-02-174-0/+509
* Try to fix diagnostic suppression.Gerald Combs2015-02-141-19/+20
* Fix diagnostics macros and squelch a gcc warning.Gerald Combs2015-02-141-1/+1
* We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris2015-02-142-12/+0
* Replace tabs by spaces when editor modelines has "expandtab"Bill Meier2015-02-131-1/+1
* Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin2015-02-122-18/+16
* Fix SSE 4.2 checks.Guy Harris2015-02-111-14/+14
* Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2015-02-113-116/+94
* Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan2015-01-301-3/+13
* Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan2015-01-291-0/+3
* win32: fix detection of Windows 10 Technical PreviewPascal Quantin2015-01-281-2/+20
* Replace "GIT" with "VCS" in make-version.pl and files it manipulates.Guy Harris2015-01-251-2/+2
* Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris2015-01-211-7/+12
* Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris2015-01-211-0/+10
* Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris2015-01-211-1/+3
* Check whether we can use nmmintrin.h.Guy Harris2015-01-211-22/+33
* Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris2015-01-211-3/+23
* CMake: Set an output directory for plugins.Gerald Combs2015-01-201-5/+5
* Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris2015-01-131-2/+1
* Fix CMake generation and use of Windows .rc filesGraham Bloice2015-01-111-1/+1
* Minor CMake updates to better group build artefactsGraham Bloice2015-01-051-1/+1
* Add back "version.h" inclusionPascal Quantin2015-01-021-0/+2
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+1
* Welcome in 2015Pascal Quantin2015-01-011-1/+1
* Use setlocale() to get the current locale.Guy Harris2014-12-311-6/+18