aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2015-01-25Replace "GIT" with "VCS" in make-version.pl and files it manipulates.Guy Harris1-2/+2
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-7/+12
2015-01-21Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris1-0/+10
2015-01-21Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris1-1/+3
2015-01-21Check whether we can use nmmintrin.h.Guy Harris1-22/+33
2015-01-21Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris1-3/+23
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-5/+5
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice1-1/+1
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-1/+1
2015-01-02Add back "version.h" inclusionPascal Quantin1-0/+2
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-01Welcome in 2015Pascal Quantin1-1/+1
2014-12-31Use setlocale() to get the current locale.Guy Harris1-6/+18
2014-12-31Swallow get_glib_version_info() into get_compiled_version_info().Guy Harris1-18/+9
2014-12-31"#else", not "#elif", for the last part of a chain of conditionals.Guy Harris1-2/+24
2014-12-31ws_cpuid() returns a success/failure indication; make it gboolean.Guy Harris1-10/+10
2014-12-31Distinguish between IA-32 and non-x86.Guy Harris1-3/+9
2014-12-31Move some routines into ws_version_info.c.Guy Harris11-492/+153
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris2-24/+46
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2-1/+135
2014-12-29Restore string.h to os_version.cMartin Mathieson1-0/+1
2014-12-29Add back string.h to sha1.c and sober128.cMartin Mathieson2-0/+2
2014-12-29Restore string.h to md4.cMartin Mathieson1-0/+1
2014-12-29Add string.h back to rc4.cMartin Mathieson1-0/+1