summaryrefslogtreecommitdiff
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2017-06-22wsutil: Back out profile_write_info_fileStig Bjørlykke2-55/+0
2017-06-22wsutil: Return error from profile_write_info_fileStig Bjørlykke2-6/+22
2017-06-21wsutil: Check return from ws_writeStig Bjørlykke1-2/+3
2017-06-21wsutil: Ignore return from ws_writeStig Bjørlykke1-2/+2
2017-06-21[filesystem.c] Add a cast to aviod a warning with VisualStudio 2017.Anders1-1/+1
2017-06-21wsutil: Free files in reset_default_profileStig Bjørlykke1-0/+1
2017-06-21Qt: Write a list of profile files at startupStig Bjørlykke2-0/+39
2017-06-20Qt: Create the user profiles dir at startupStig Bjørlykke2-25/+46
2017-06-16Fix SURROGATE_VALUE() to match what RFC 2781 says.Guy Harris1-1/+1
2017-06-16Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris3-8/+8
2017-06-16Rename a routine to match the OS name.Guy Harris1-2/+5
2017-06-10Fix indentation.Guy Harris1-5/+5
2017-06-10Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris2-0/+63
2017-06-06rsa.h: include <stdio.h>Michael Mann1-0/+1
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum6-1/+490
2017-06-05wsutil: Add XTEA block cipherAhmad Fatoum3-2/+113
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris2-1/+49
2017-05-04Add g_get_monotonic_time() to glib-compat and useMartin Mathieson2-0/+15
2017-04-19Fix memory leak in create_persconffile_profileMax Dmitrichenko1-0/+3
2017-04-18Check the result of localtime().Guy Harris1-2/+6
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris7-122/+146
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris6-11/+11
2017-03-28wsutil: fix a NULL pointer dereference when there is a single plugin registeredPascal Quantin1-16/+6
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