aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2017-12-01[glib-compat] #include "ws_attributes.h" needed to handle _U_AndersBroman1-0/+2
2017-11-29Threads: Set lifetimes and add a compatibility routine.Gerald Combs2-0/+14
2017-11-23[glib-compat] g_async_queue_timeout_pop() needed for older glibsAndersBroman2-0/+23
2017-11-23[glib-compat] Add g_ptr_array_new_full().AndersBroman2-2/+39
2017-11-19Fix (and chop) static build optionJoão Valverde1-8/+6
2017-11-09Replace inet_addr() with our inet_pton() wrapperJoão Valverde2-1/+8
2017-10-30Avoid asserting with EAFNOSUPPORTJoão Valverde1-9/+34
2017-10-30Add wsutil/inet_ipv4.h.Guy Harris2-0/+45
2017-10-29Do not assert in ws_inet_ntop()João Valverde2-11/+17
2017-10-29More ws_inet_ntop() tweaks.João Valverde1-2/+20
2017-10-29Go with the RFC 2133-and-successors values for IPv4 and IPv6 address strings.Guy Harris1-4/+31
2017-10-26Improve our inet_ntop() wrapperJoão Valverde3-11/+25
2017-10-26Rename some IPv6 address test functions.Guy Harris1-3/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris3-10/+10
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs2-13/+3
2017-10-25Remove replacement inet_pton/inet_ntopJoão Valverde7-538/+21
2017-10-25Remove inet_aton() usage everywhereJoão Valverde5-217/+0
2017-10-24Test g_printf() thousands grouping flag at runtimeJoão Valverde1-13/+29
2017-10-23Make plugin support a runtime propertyJoão Valverde2-1/+17
2017-10-20file_util.c: do not leak service handlePascal Quantin2-5/+4
2017-10-20Do not add Npcap path if npf.sys service is foundPascal Quantin1-5/+18
2017-10-18Refresh wsutil/Makefile.amJoão Valverde1-29/+24
2017-10-18autotools: Remove abi-compliance-checker codeJoão Valverde1-20/+0
2017-10-17autotools: remove macOS Frameworks supportJoão Valverde1-9/+0
2017-10-17autotools: Fix bogus checkAPI targetsJoão Valverde1-1/+1
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-2/+2
2017-10-03Add version check for plugin compatibilityJoão Valverde2-7/+20
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