You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/examples/plugins/ci-capture
Jason Ish 0dc3de332a 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.
1 year ago
..
.gitignore examples: minimal example capture plugin for ci 1 year ago
Makefile.in examples: minimal example capture plugin for ci 1 year ago
README.md examples: minimal example capture plugin for ci 1 year ago
plugin.c examples: minimal example capture plugin for ci 1 year ago
runmode.c examples: minimal example capture plugin for ci 1 year ago
runmode.h examples: minimal example capture plugin for ci 1 year ago
source.c examples: minimal example capture plugin for ci 1 year ago
source.h examples: minimal example capture plugin for ci 1 year ago

README.md

Minimal Capture Plugin for CI