wireshark/plugins/epan/mate
João Valverde 7f105d3981 CMake: Use CheckAPI's abort/termoutput with dissectors only
I believe this was the original intention, to use these API restricitons
with dissectors only (not that I necessarily agree with that policy either),
and through copy-paste and lack of clear guidelines it spread to other
parts of the build.

Rename the checkAPI groups to make it very clear that this is dissector-only.

This doesn't mean, of course, that good programming practices shouldn't be
followed everywhere. In particular assertions need to be used properly.
Don't use them to catch runtime errors or validate input data.

This commit will be followed by another removing the various ugly hacks
people have been using to get around the checkAPI hammer.
2021-03-01 20:59:39 +00:00
..
examples
matelib
AUTHORS
CMakeLists.txt CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
mate.h GLib: Bump requirement 2.32 -> 2.36 2020-11-25 06:25:38 +00:00
mate_grammar.lemon mate: replace g_malloc with g_new 2020-12-27 08:45:54 +00:00
mate_parser.l mate: replace g_malloc with g_new 2020-12-27 08:45:54 +00:00
mate_runtime.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
mate_setup.c mate_setup: allocate correct amount of memory 2020-12-22 22:53:26 +00:00
mate_util.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
mate_util.h Use common indenting space in heading 2018-05-01 06:55:55 +00:00
packet-mate.c MATE: Improve MATE debug facility 2020-10-24 18:42:50 +00:00