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
Jason Ish 5e0abf1572 rust/ffi: use ThreadVars wrapper in flow callbacks
Update the flow init, update and finish callback registrations to pass the
safe ThreadVars wrapper instead of a raw pointer.

Ticket: #8598
3 months ago
..
altemplate rust/ffi: remove altemplate plugin last dependency on suricata crate 4 months ago
c-custom-loggers doc: adjust for master to main rename 1 year ago
c-json-filetype doc: adjust for master to main rename 1 year ago
ci-capture examples/lib: use packet setter functions 1 year ago
rust rust/ffi: use ThreadVars wrapper in flow callbacks 3 months ago
README.md examples/plugins/rust: add a rust example plugin 5 months ago

README.md

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.

altemplate

An app-layer template plugin with logging and detection. Most code copied from rust/src/applayertemplate

rust

A pure Rust plugin example intended to grow into an omnibus plugin example. Currently demonstrates plugin initialization and EVE callback registration.