aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2017-10-01plugins: Improve output formatJoão Valverde1-11/+13
2017-09-26plugins: Move the build dir scanning code to a separate functionJoão Valverde1-68/+68
2017-09-26plugins: No need to allocate a new structJoão Valverde1-30/+26
2017-09-26plugins: Build the description string while loadingJoão Valverde1-45/+18
2017-09-26plugins: Sort the descriptionsJoão Valverde2-20/+36
2017-09-26plugins: Use hash table for book-keepingJoão Valverde1-98/+55
2017-09-25plugins: Fix crash loading binary module twiceJoão Valverde2-30/+29
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+3
2017-09-23plugins: Fixups for g9260461f4fJoão Valverde1-1/+1
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde3-20/+46
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde3-4/+4
2017-09-17plugins: Change personal plugin dir path on UnixJoão Valverde1-0/+4
2017-09-17plugins: Use minor version number for plugin install pathJoão Valverde1-2/+4
2017-09-17plugins: Fix paths to match WSUGJoão Valverde4-5/+15
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde1-0/+64
2017-09-15Fix compilation errors when configured --without-plugins and without lua.Jakub Zawadzki1-1/+6
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde1-1/+5
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde3-18/+24
2017-09-09ws_cpuid: include ws_attributesUli Heilmeier1-0/+2
2017-09-08sharkd: implement proper JSON string unescaping, based on JSON dissector.Jakub Zawadzki2-0/+108
2017-09-06plugins: config.h must not be included by public headersJoão Valverde8-12/+2
2017-08-21More explanation in the comments.Guy Harris1-1/+5
2017-08-12Include xtea.[hs] in CMakeLists.txt and Makefile.amAhmad Fatoum2-1/+3
2017-08-08Fix a comment.Guy Harris1-1/+1
2017-08-05Further cleanups.Guy Harris1-11/+32
2017-08-05rsa.c: strerror -> g_strerrorMichael Mann1-2/+2
2017-08-04Fix up indentation.Guy Harris1-1/+1
2017-08-04Clean up private key file error reporting.Guy Harris1-13/+48
2017-08-04SNMP: add support for USM SHA-2 algorithms (RFC 7860)Olivier Verriest1-2/+6
2017-08-01Use g_build_filename() instead, fix indentationJoão Valverde1-6/+3
2017-07-05xtea[.ch] (wsutil): Add Modelines infoAlexis La Goutte2-0/+26
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