Remove executable bit, from not executable files.
[metze/wireshark/wip.git] / wsutil /
2017-02-25 Jakub ZawadzkiFix compilation without plugins:
2017-02-22 Guy HarrisOnly do save_errno = errno and errno = save_errno aroun...
2017-02-21 Gerald CombsFix a double free.
2017-02-20 AndersBromanAdd some glib functions not available in older glibs
2017-02-19 Michael MannClean up some memory leaks in wsutil/filesystem.c
2017-02-18 Dario Lombardoplugins: free list on cleanup.
2017-02-18 Dario Lombardoepan/wsutil: free memory on exit.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2017-02-14 Stig BjørlykkeQt: Reset Default profile support
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-13 Peter WuMake Libgcrypt a mandatory dependency
2017-02-07 Guy HarrisMake sure pid_t is defined.
2017-02-05 Michael Mannpint(.h): Add Modelines and fix indent (use spaces)
2017-02-02 Peter Wuwsutil/sober128: remove unused macros and functions
2017-01-29 Peter Wu(D)TLS: fix type of record sequence number
2017-01-26 Guy HarrisClean up some UN*X-vs-Windows socket issues.
2017-01-25 Jakub ZawadzkiAdd sharkd - daemon variant
2017-01-01 Alexis La GoutteHappy new Year 2017 !
2016-12-20 Gerald CombsQt+Win32: Make software updates more friendly.
2016-12-20 Peter Wucmake,wslua,wsutil: load files from run/ instead of...
2016-12-16 João ValverdeImprove some unit strings with unicode characters
2016-12-15 Jiri NovakSave RTP audio to file: RTP Stream Analysis dialog...
2016-12-14 Stig BjørlykkeSkip loading the Nordic BLE Sniffer dll on WIN32
2016-12-09 Dario Lombardoui: move filesystem code to wsutil/filesystem.c
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-12-05 Guy HarrisUpdate a comment to reflect current reality.
2016-12-02 Guy HarrisMake sure config.h is included before inet_addr.h.
2016-11-15 Gerald CombsAdd more information about UTF 8 in our source code.
2016-11-03 Dario Lombardowsutil: add initializer (found by clang ccc).
2016-11-02 Michael MannMove Base32_encode from packet-fc00.c to wsutil (as...
2016-10-27 Dario Lombardowsutil: add check for input pointers to ws_strtoi funct...
2016-10-22 Dario Lombardowsutil: add statements for c++ calls.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-10-11 Gerald Combsdumpabi: Fix log paths.
2016-10-06 Alexis La Gouttejsmn(.h): fix warning: '@param' command used in a comme...
2016-10-01 Alexis La Gouttewsjsmn(.h): fix no newline at end of file [-Wnewline...
2016-09-30 Dario Lombardowsutil: split libjsmn.
2016-09-30 Peter Wucmake: make WERROR_COMMON_FLAGS a normal string
2016-09-23 Stig BjørlykkeShow memory info on macOS and Linux
2016-09-23 Stig Bjørlykkedumpcap: Include CPU info as hardware description in SHB
2016-09-16 Guy HarrisAdd ws_hexstrtou{bits} and use ws_hexstrtou32 in androi...
2016-09-12 Peter WuLet strtoi with NULL endptr require no invalid characters
2016-09-08 Guy HarrisAdd get_ routines to get a guint32, and use them.
2016-09-07 Guy HarrisMake the ws_strto* routines more like the strto* routines.
2016-09-06 Guy HarrisAlways set *cint before returning.
2016-09-06 Guy HarrisSuppress another warning if told not to report failures.
2016-09-06 Alexis La Gouttestrtoi(.c): fix extra ';' outside of a function [-Wextr...
2016-09-06 Guy HarrisUse ws_strtoi32() in get_natural_int().
2016-09-06 Guy HarrisReturn the maximum or minimum value for ERANGE.
2016-09-06 Guy HarrisCheck for signs in unsigned numbers and fail if we...
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-09-05 Dario Lombardowsutil: add string to integer conversion utilities.
2016-08-30 Peter Wutime_util: fix -Wshadow issue
2016-08-26 Dario Lombardowsutil: add enumeration of local ip addresses in Windows.
2016-08-25 Dario Lombardowsutil: fix indentation of interface.c
2016-08-23 João ValverdeCMake: Allow setting per target compiler warnings
2016-08-07 Guy HarrisAvoid colliding with the (old) UNIX stime() system...
2016-07-30 Gerald CombsAdd string function times to wmem_test.
2016-07-30 João ValverdeMove IPv6 inet definitions to wsutil/inet_ipv6.h
2016-07-26 Michael MannCleanup some checkAPI warnings that were missed in...
2016-07-26 Michael MannFix some of the checkAPIs.pl warnings for g_warning.
2016-07-25 Michael MannFix checkAPI.pl warnings about printf
2016-07-23 João Valverdefilesystem.c: Don't constify mallocated pointer
2016-07-22 Gerald CombsMinimize allocations for frame tvbuffs and Buffers.
2016-07-21 Gerald CombsUse Windows CRT string functions in some places.
2016-07-12 Gerald CombsAdd resource usage logging.
2016-06-30 João ValverdeRemove Makefile.common files
2016-06-25 Roland Knallwsutil: Move Win32 helper routines from capchild
2016-06-22 Gerald CombsHandle ENAMETOOLONG.
2016-06-21 Pascal Quantinlibcodecs and libwsutil are DLLs, not static libraries
2016-06-21 Yang Luopcap: Add support to "new" Npcap native mode without...
2016-06-16 Peter Wufilesystem: Fix build dir detection when using cmake
2016-06-16 Pascal Quantinfile_util.c: do not search in Npcap installation folder...
2016-06-15 Pascal QuantinRemove Nmake build system
2016-06-13 João ValverdeAdd missing const to inet_ipv6.h
2016-06-13 Gerald CombsUse getc_unlocked in a few places.
2016-06-13 Guy HarrisFinish moving the parenthesis.
2016-06-13 Guy HarrisFix a compile error.
2016-06-13 Guy HarrisDon't assume we can get a module handle for kernel32...
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-06-03 Guy HarrisMove npf_sys_is_running() from wsutil to caputils.
2016-06-03 Yang LuoAdd support for Npcap native mode:
2016-06-01 Joerg MayerFix compile error:
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-05-23 Guy HarrisInclude <sys/socket.h>, too.
2016-05-23 Guy HarrisExplicitly include <netinet/in.h>.
2016-05-11 Gerald CombsTShark: Add a "-E bom=" option.
2016-05-09 Guy HarrisFix up the compare chain in nstime_delta().
2016-05-09 Gerald CombsTShark: Convert TTY output.
2016-05-02 Graham BloiceAdd checkAPI calls to CMake.
2016-05-01 João ValverdeFix wsutil/Makefile.nmake rule for ws_version_info.obj
2016-04-28 Gerald CombsWin32: Pass a mutable string to CreateProcess.
2016-04-25 Michael MannFix nmake build after statically linking version code
2016-04-21 João ValverdeLink version code statically again
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-04-12 Peter Wusshdump,ciscodump: fix local addresses discovery
2016-04-10 Guy HarrisMake sure inet_ipv6.h is in the distribution tarball.
2016-04-09 João ValverdeMove IPv6 address utility functions to wsutil
2016-04-09 João ValverdeMove a declaration to wsutil
2016-04-07 Michael MannFix nmake build
next