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
Philippe Antoine 71b59f6dbe rust/ffi: move IPPROTO_TCP to ffi
and reexport in suricata

Allows to reduce dependencies to full suricata crate

Ticket: 7666
6 months ago
..
altemplate rust/ffi: move IPPROTO_TCP to ffi 6 months ago
c-custom-loggers doc: adjust for master to main rename 11 months ago
c-json-filetype doc: adjust for master to main rename 11 months ago
ci-capture examples/lib: use packet setter functions 1 year ago
README.md plugin: add in-tree app-layer template plugin for testing 1 year 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