suricata/examples/plugins
Jason Ish 461e9110b6 examples/lib: use packet setter functions
Instead of direct field access.

Ticket: #7240
2025-04-01 10:17:05 +02:00
..
c-custom-loggers plugins: check version for all plugins 2025-03-29 06:38:00 +01:00
c-json-filetype plugins: check version for all plugins 2025-03-29 06:38:00 +01:00
ci-capture examples/lib: use packet setter functions 2025-04-01 10:17:05 +02:00
README.md examples: minimal example capture plugin for ci 2024-03-02 11:40:18 +01:00

Example Plugins

c-json-filetype

An example plugin of an EVE/JSON filetype plugin. This type of plugin is useful if you want to send EVE output to custom destinations.

ci-capture

A minimal capture plugin that can be used as a template, but also used for testing capture plugin loading and registration in CI.