aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Add support for verifying CIP Safety CRC values.Michael Mann6-0/+281
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong8-1831/+33
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong14-1734/+70
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-11/+10
2017-02-25Fix compilation without plugins:Jakub Zawadzki1-0/+2
2017-02-22Only do save_errno = errno and errno = save_errno around g_free();Guy Harris1-7/+5
2017-02-21Fix a double free.Gerald Combs1-1/+3
2017-02-20Add some glib functions not available in older glibsAndersBroman4-0/+112
2017-02-19Clean up some memory leaks in wsutil/filesystem.cMichael Mann2-49/+54
2017-02-18plugins: free list on cleanup.Dario Lombardo1-0/+9
2017-02-18epan/wsutil: free memory on exit.Dario Lombardo1-1/+11
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo4-1/+44
2017-02-14Qt: Reset Default profile supportStig Bjørlykke1-0/+34
2017-02-14wiretap: add cleanup routine.Dario Lombardo2-0/+12
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu2-6/+0
2017-02-07Make sure pid_t is defined.Guy Harris1-0/+3
2017-02-05pint(.h): Add Modelines and fix indent (use spaces)Michael Mann1-10/+23
2017-02-02wsutil/sober128: remove unused macros and functionsPeter Wu2-429/+4
2017-01-29(D)TLS: fix type of record sequence numberPeter Wu1-0/+11
2017-01-26Clean up some UN*X-vs-Windows socket issues.Guy Harris2-0/+82
2017-01-25Add sharkd - daemon variantJakub Zawadzki2-0/+14
2017-01-01Happy new Year 2017 !Alexis La Goutte1-1/+1
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs2-313/+323
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu2-2/+20
2016-12-16Improve some unit strings with unicode charactersJoão Valverde1-0/+1
2016-12-15Save RTP audio to file: RTP Stream Analysis dialog allows save audio for non ...Jiri Novak1-0/+3
2016-12-14Skip loading the Nordic BLE Sniffer dll on WIN32Stig Bjørlykke1-1/+8
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo2-0/+35
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-12-05Update a comment to reflect current reality.Guy Harris1-11/+15
2016-12-02Make sure config.h is included before inet_addr.h.Guy Harris1-2/+2
2016-11-15Add more information about UTF 8 in our source code.Gerald Combs1-3/+10
2016-11-03wsutil: add initializer (found by clang ccc).Dario Lombardo1-1/+1
2016-11-02Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode)Michael Mann4-0/+143
2016-10-27wsutil: add check for input pointers to ws_strtoi functions.Dario Lombardo1-0/+14
2016-10-22wsutil: add statements for c++ calls.Dario Lombardo1-0/+8
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+1
2016-10-11dumpabi: Fix log paths.Gerald Combs1-1/+1
2016-10-06jsmn(.h): fix warning: '@param' command used in a comment that is not attache...Alexis La Goutte1-3/+3
2016-10-01wsjsmn(.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo6-143/+202
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-23/+8
2016-09-23Show memory info on macOS and LinuxStig Bjørlykke1-0/+3
2016-09-23dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke4-0/+123
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris2-44/+82
2016-09-12Let strtoi with NULL endptr require no invalid charactersPeter Wu3-11/+11
2016-09-08Add get_ routines to get a guint32, and use them.Guy Harris2-1/+39
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris3-22/+39
2016-09-06Always set *cint before returning.Guy Harris1-0/+1
2016-09-06Suppress another warning if told not to report failures.Guy Harris1-2/+17