aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate
AgeCommit message (Expand)AuthorFilesLines
2022-11-20Add macros to control lemon diagnosticsJoão Valverde2-5/+7
2022-11-17CMake: Disable -Werror for flex generated filesJoão Valverde1-1/+2
2022-11-17CMake: Move clang warningsJoão Valverde1-0/+3
2022-04-04CMake: Finish splitting ADD_PLUGIN_LIBRARY.Gerald Combs1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde4-46/+46
2021-12-19Replace g_snprintf() with snprintf()João Valverde3-5/+5
2021-12-02dfilter: Convert grammar.lemon to 4-space indentationJoão Valverde1-0/+3
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+1
2021-10-22Windows: Fix warnings using flexJoão Valverde1-0/+1
2021-09-20Fix config.h include orderJoão Valverde5-1/+8
2021-06-19Replace some lingering references to g_log()João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde2-5/+7
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-2/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-2/+2
2020-12-27mate: replace g_malloc with g_newMoshe Kaplan2-6/+6
2020-12-22mate_setup: allocate correct amount of memoryMoshe Kaplan1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan3-10/+10
2020-11-25GLib: Bump requirement 2.32 -> 2.36John Thacker1-4/+0
2020-10-24MATE: Improve MATE debug facilityJaap Keuter1-0/+52
2020-10-22MATE: allow _AVP_DEBUGGING flag to be setJaap Keuter1-32/+31
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+0
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-2/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris5-5/+5
2019-02-25mate: Memory leak in mate_grammar.lemon's recolonize function.Anders Broman1-1/+2
2018-10-20Include transport protocols' hfids in the list of wanted hfids.Guy Harris2-1/+8
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs3-5/+5
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu3-3/+3
2018-05-02MATE: fix compilation with gcc 8Pascal Quantin2-2/+12
2018-05-01Use common indenting space in headingStig Bjørlykke6-60/+60
2018-04-18Remove autotools build system.Dario Lombardo1-129/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-23mate: change strcmp in g_strcmp0 that supports NULL (found by clang).Dario Lombardo1-1/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-11/+1
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-8/+8
2018-02-09plugins: use SPDX identifiers.Dario Lombardo7-91/+7
2018-02-04Have individual plugin CMakeLists.txt files add library dependencies.Guy Harris1-0/+2
2018-01-21autotools: Rework the plugin MakefilesJaap Keuter1-1/+1
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde24-0/+5952