wireshark/plugins/epan/pluginifdemo
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
..
ui pluginifdemo compilable on Windows 2020-07-24 06:00:48 +00:00
AUTHORS
CMakeLists.txt CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
README
pluginifdemo.c plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file() 2020-08-22 05:32:29 +00:00
pluginifdemo.h plugins: use SPDX identifiers. 2018-02-09 14:12:48 +00:00

README

This plugin demonstrates a Qt integration using plugin_if and
menubar_ext functionality.