aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* file_util.c: do not leak service handlePascal Quantin2017-10-202-5/+4
* Do not add Npcap path if npf.sys service is foundPascal Quantin2017-10-201-5/+18
* More explanation in the comments.Guy Harris2017-08-211-1/+5
* wsutil: Back out profile_write_info_fileStig Bjørlykke2017-06-222-39/+0
* wsutil: Check return from ws_writeStig Bjørlykke2017-06-211-2/+3
* wsutil: Ignore return from ws_writeStig Bjørlykke2017-06-211-2/+2
* Qt: Write a list of profile files at startupStig Bjørlykke2017-06-212-0/+39
* wsutil: Free files in reset_default_profileStig Bjørlykke2017-06-211-0/+1
* Qt: Create the user profiles dir at startupStig Bjørlykke2017-06-202-25/+46
* Fix SURROGATE_VALUE() to match what RFC 2781 says.Guy Harris2017-06-161-1/+1
* Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris2017-06-163-8/+8
* Rename a routine to match the OS name.Guy Harris2017-06-161-2/+5
* Fix indentation.Guy Harris2017-06-101-5/+5
* Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris2017-06-102-0/+63
* Initialize master-2.4.v2.4.0rc0Gerald Combs2017-06-022-3/+3
* Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris2017-05-112-1/+49
* Add g_get_monotonic_time() to glib-compat and useMartin Mathieson2017-05-042-0/+15
* Fix memory leak in create_persconffile_profileMax Dmitrichenko2017-04-191-0/+3
* Check the result of localtime().Guy Harris2017-04-181-2/+6
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-087-122/+146
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-056-11/+11
* wsutil: fix a NULL pointer dereference when there is a single plugin registeredPascal Quantin2017-03-281-16/+6
* Add support for verifying CIP Safety CRC values.Michael Mann2017-03-166-0/+281
* Replace aes.c and des.c by Libgcrypterikdejong2017-03-108-1831/+33
* Rewrite dissectors to use Libgcrypt functions.Erik de Jong2017-03-0214-1734/+70
* wsutil: fix bugs in plugins_cleanup().Dario Lombardo2017-02-261-11/+10
* Fix compilation without plugins:Jakub Zawadzki2017-02-251-0/+2
* Only do save_errno = errno and errno = save_errno around g_free();Guy Harris2017-02-221-7/+5
* Fix a double free.Gerald Combs2017-02-211-1/+3
* Add some glib functions not available in older glibsAndersBroman2017-02-204-0/+112
* Clean up some memory leaks in wsutil/filesystem.cMichael Mann2017-02-192-49/+54
* plugins: free list on cleanup.Dario Lombardo2017-02-181-0/+9
* epan/wsutil: free memory on exit.Dario Lombardo2017-02-181-1/+11
* wsutil: remove leaks from filesystem and plugins code.Dario Lombardo2017-02-184-1/+44
* Qt: Reset Default profile supportStig Bjørlykke2017-02-141-0/+34
* wiretap: add cleanup routine.Dario Lombardo2017-02-142-0/+12
* Make Libgcrypt a mandatory dependencyPeter Wu2017-02-132-6/+0
* Make sure pid_t is defined.Guy Harris2017-02-071-0/+3
* pint(.h): Add Modelines and fix indent (use spaces)Michael Mann2017-02-051-10/+23
* wsutil/sober128: remove unused macros and functionsPeter Wu2017-02-022-429/+4
* (D)TLS: fix type of record sequence numberPeter Wu2017-01-291-0/+11
* Clean up some UN*X-vs-Windows socket issues.Guy Harris2017-01-262-0/+82
* Add sharkd - daemon variantJakub Zawadzki2017-01-252-0/+14
* Happy new Year 2017 !Alexis La Goutte2017-01-011-1/+1
* Qt+Win32: Make software updates more friendly.Gerald Combs2016-12-202-313/+323
* cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu2016-12-202-2/+20
* Improve some unit strings with unicode charactersJoão Valverde2016-12-161-0/+1
* Save RTP audio to file: RTP Stream Analysis dialog allows save audio for non ...Jiri Novak2016-12-151-0/+3
* Skip loading the Nordic BLE Sniffer dll on WIN32Stig Bjørlykke2016-12-141-1/+8
* ui: move filesystem code to wsutil/filesystem.cDario Lombardo2016-12-092-0/+35