Add some missing symbols.
[metze/wireshark/wip.git] / wsutil /
2016-01-24 Kevin BraceySet width of hex output according to bitmask
2016-01-07 Guy HarrisClean up indentation.
2016-01-07 Guy HarrisDon't assume a stat() fails only if the target file...
2016-01-03 Guy HarrisNo need for "struct nstime_t", "nstime_t" by itself...
2016-01-01 Pascal QuantinWelcome in 2016
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-12 João ValverdeAvoid breaking output string mid-sentence
2015-12-01 João Valverdeautotools: Fix g212f2f1
2015-12-01 João Valverdeautotools: Clean abi-check with maintainer-clean
2015-12-01 Gerald Combsws80211: Disable shorten-64-to-32.
2015-11-29 João Valverdecfutils.c: Fix ISO C forbids an empty translation unit...
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-11-06 Guy Harrisfile_util.h includes io.h, we don't need to do so ourse...
2015-11-05 Guy HarrisGet rid of ws80211_frequency_to_channel().
2015-11-05 Guy HarrisMatch what most source say are the actual Japanese...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-28 Guy HarrisJust use g_mkdir_with_parents() to make the .config...
2015-10-28 Guy HarrisDo the "create parent of config file directory" stuff...
2015-10-19 Guy HarrisOn UN*X, use XDG_CONFIG_HOME/wireshark for configuratio...
2015-10-16 Guy HarrisAdd DEGREE SIGN character to utf8_entities.h and use it.
2015-10-16 Gerald CombsCMake: Add /WX
2015-10-13 Peter Wucmake: link against dl, fixes linking with gold
2015-10-12 Alexis La Goutteinet_v6def : fix warning: redundant redeclaration of...
2015-10-11 João ValverdeRemove duplicate transport ports from proto tree summary
2015-10-09 Peter Wunstime: fix -Wshift-negative-value
2015-10-05 João ValverdeMove utf8_entities.h to wsutil
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-26 Joerg Mayercmake: rework version.h handling to treat it like config.h
2015-08-18 Gerald CombsUDP multicast stream dialog.
2015-08-16 Gerald CombsRun abicheck commands at compile time.
2015-08-05 AndersBroman[MSVC 2015] Compiler and visual studio version are...
2015-07-11 Tobias Stoeckmannterminate readlink result
2015-07-07 Pascal QuantinNext Windows Server version seems to be named Windows...
2015-07-06 Guy HarrisAdd a comment.
2015-07-04 Guy HarrisMark another function as printf-like.
2015-06-30 Guy HarrisUse ws_fstat64() to determine the size of an open file.
2015-06-24 Evan HuusCheck _MSC_VER is defined before we use it
2015-06-23 AndersBroman[MSVC 2015] file_exists() fails on MSVC2105 as file_sta...
2015-06-17 Pascal QuantinQt: fix a crash when closing application under Windows
2015-06-16 Gerald CombsQt: Make sure we have usable command line arguments.
2015-06-16 Gerald CombsAdd the wireless toolbar.
2015-06-11 Bill MeierReplace tabs in files with editor modeline "expandtab"
2015-06-10 Guy HarrisIt's INVALID_HANDLE_VALUE, not INVALID_HANDLE.
2015-06-10 Guy HarrisSquelch some type-clash warnings on Windows.
2015-06-10 Guy HarrisRename wsutil/process.h to wsutil/processes.h to avoid...
2015-06-10 Guy HarrisMake sure we include <windows.h> to get HANDLE declared.
2015-06-10 Guy HarrisGet rid of extra blank line at the end.
2015-06-10 Guy HarrisUse pid_t on UN*X, and HANDLE on Windows, for the proce...
2015-05-17 Joerg MayerFix some files to pass the pre-commit hook script.
2015-05-16 Graham BloiceRemove odd characters
2015-05-09 Guy HarrisDefine the SHA-1 digest length in wsutil/sha1.h and...
2015-05-09 Guy HarrisRename a variable to avoid a collision with the C+...
2015-05-09 Guy HarrisKeep everything unsigned there.
2015-04-30 Guy HarrisDon't shift signed values left.
2015-04-21 Guy HarrisCalculate *Peek tagged timestamps in fixed-point.
2015-04-20 Guy HarrisGet rid of trailing white space.
2015-04-20 Guy HarrisHave a common routine to convert FILETIME to nstime_t.
2015-04-17 Gerald CombsMake androiddump loadable on OS X.
2015-04-07 Gerald CombsWin32: Restore the versioned plugin installation path.
2015-03-31 Roland Knallwsutil: Fix comment
2015-03-25 Pascal QuantinAdd support for WIRESHARK_EXTCAP_DIR environment variab...
2015-03-24 Pascal QuantinSince g2ef72cb, plugins are no more stored in plugins...
2015-03-06 Dario Lombardojsmn: bugfix in jsmn_parse() (found by clang).
2015-03-03 Pascal QuantinAdded JSMN_STRICT that allow a more precise json parsing.
2015-03-03 Michael MannAdd "seed" capabilities to crc16_x25_ccitt (now crc16_x...
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-21 Guy HarrisRename the slower-but-portable mempbrk to ws_mempbrk_po...
2015-02-21 Guy HarrisMove declarations of internal ws_mempbrk routines to...
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-02-19 Guy HarrisCheck whether emmintrin.h can be used *without* -msse4.2.
2015-02-18 Guy HarrisNot all compilers support turning of "format=".
2015-02-18 Gerald CombsSuppress a printf grouping warning.
2015-02-18 Gerald CombsFix various warnings in wireshark-qt.cpp.
2015-02-17 Dario LombardoAdded JSON native file support.
2015-02-14 Gerald CombsTry to fix diagnostic suppression.
2015-02-14 Gerald CombsFix diagnostics macros and squelch a gcc warning.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-02-12 Pascal QuantinFix crash at startup in SSE4.2 code when running a...
2015-02-11 Guy HarrisFix SSE 4.2 checks.
2015-02-11 Hadriel KaplanCombine SSE and pre-compiled patterns for faster pbrk
2015-01-30 Hadriel KaplanDisable SSE4.2 _ws_mempbrk_sse42 only for older Apple...
2015-01-29 Hadriel KaplanDisable SSE4.2 _ws_mempbrk_sse42 due to bug 10798
2015-01-28 Pascal Quantinwin32: fix detection of Windows 10 Technical Preview
2015-01-25 Guy HarrisReplace "GIT" with "VCS" in make-version.pl and files...
2015-01-21 Guy HarrisAlso support -xarch=sse_42 in the Sun C compiler for...
2015-01-21 Guy HarrisAlways set the COMPILE_FLAGS property, so we can always...
2015-01-21 Guy HarrisDon't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.
2015-01-21 Guy HarrisCheck whether we can use nmmintrin.h.
2015-01-21 Guy HarrisOnly turn -msse4.2 on for ws_mempbrk_sse42.c, and don...
2015-01-20 Gerald CombsCMake: Set an output directory for plugins.
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2015-01-11 Graham BloiceFix CMake generation and use of Windows .rc files
2015-01-05 Graham BloiceMinor CMake updates to better group build artefacts
2015-01-02 Pascal QuantinAdd back "version.h" inclusion
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2015-01-01 Pascal QuantinWelcome in 2015
2014-12-31 Guy HarrisUse setlocale() to get the current locale.
next