]> git.ipfire.org Git - thirdparty/suricata.git/commit
examples: minimal example capture plugin for ci
authorJason Ish <jason.ish@oisf.net>
Wed, 28 Feb 2024 21:21:57 +0000 (15:21 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 2 Mar 2024 10:40:18 +0000 (11:40 +0100)
commit0dc3de332a5a584350f2c669f0c5438d4f0ffa9a
tree2b46372cf83594a4cb07b44688cd40ed223a52fd
parentacfc1c9395a0cb316755d538c3d9dc90d9e942e1
examples: minimal example capture plugin for ci

Create a mininal capture plugin that injects one packet. While it can
also be a template, we should be able to run this in CI to test the
loading and registration of the capture plugin mechanisms.
.github/workflows/builds.yml
configure.ac
examples/plugins/README.md
examples/plugins/ci-capture/.gitignore [new file with mode: 0644]
examples/plugins/ci-capture/Makefile.in [new file with mode: 0644]
examples/plugins/ci-capture/README.md [new file with mode: 0644]
examples/plugins/ci-capture/plugin.c [new file with mode: 0644]
examples/plugins/ci-capture/runmode.c [new file with mode: 0644]
examples/plugins/ci-capture/runmode.h [new file with mode: 0644]
examples/plugins/ci-capture/source.c [new file with mode: 0644]
examples/plugins/ci-capture/source.h [new file with mode: 0644]