Fix up indentation.
[metze/wireshark/wip.git] / wsutil /
2017-08-04 Guy HarrisFix up indentation.
2017-08-04 Guy HarrisClean up private key file error reporting.
2017-08-04 Olivier VerriestSNMP: add support for USM SHA-2 algorithms (RFC 7860)
2017-08-01 João ValverdeUse g_build_filename() instead, fix indentation
2017-07-05 Alexis La Gouttextea[.ch] (wsutil): Add Modelines info
2017-06-22 Stig Bjørlykkewsutil: Back out profile_write_info_file
2017-06-22 Stig Bjørlykkewsutil: Return error from profile_write_info_file
2017-06-21 Stig Bjørlykkewsutil: Check return from ws_write
2017-06-21 Stig Bjørlykkewsutil: Ignore return from ws_write
2017-06-21 Anders[filesystem.c] Add a cast to aviod a warning with Visua...
2017-06-21 Stig Bjørlykkewsutil: Free files in reset_default_profile
2017-06-21 Stig BjørlykkeQt: Write a list of profile files at startup
2017-06-20 Stig BjørlykkeQt: Create the user profiles dir at startup
2017-06-16 Guy HarrisFix SURROGATE_VALUE() to match what RFC 2781 says.
2017-06-16 Guy HarrisChange some names to reflect Apple's new UNIX-for-Macs...
2017-06-16 Guy HarrisRename a routine to match the OS name.
2017-06-10 Guy HarrisFix indentation.
2017-06-10 Guy HarrisPut the non-filter part of epan/color_filters.h into...
2017-06-06 Michael Mannrsa.h: include <stdio.h>
2017-06-05 Ahmad FatoumMove RSA key loading and decryption functions to wsutil
2017-06-05 Ahmad Fatoumwsutil: Add XTEA block cipher
2017-05-11 Guy HarrisPut the HAVE_REMOTE hack into wsutil/wspcap.h, and...
2017-05-04 Martin MathiesonAdd g_get_monotonic_time() to glib-compat and use
2017-04-19 Max DmitrichenkoFix memory leak in create_persconffile_profile
2017-04-18 Guy HarrisCheck the result of localtime().
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-28 Pascal Quantinwsutil: fix a NULL pointer dereference when there is...
2017-03-16 Michael MannAdd support for verifying CIP Safety CRC values.
2017-03-10 erikdejongReplace aes.c and des.c by Libgcrypt
2017-03-02 Erik de JongRewrite dissectors to use Libgcrypt functions.
2017-02-26 Dario Lombardowsutil: fix bugs in plugins_cleanup().
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
next