Actions
Feature #3332
closedDynamic Loadable Module/Plugin Support
Effort:
Difficulty:
Label:
Description
Look into supporting dynamically loadable modules in Suricata (aka plugins). Plugins we may want to support could be:
- inputs (example: pf_ring)
- outputs (example: kafka output)
- detection keywords
- app-layer protocols
Ideally plugins will be written in Rust, but I believe for Rust to load a dynamic module it has to follow a C interface, so in plugins could likely be written in C, Rust, C++, etc.
Also look into the possibility of unwinding panic's provided the plugin was written in Rust (see: https://redmine.openinfosecfoundation.org/issues/3333)
Updated by Jason Ish almost 5 years ago
- Assignee changed from OISF Dev to Jason Ish
Updated by Jason Ish over 4 years ago
- Status changed from Assigned to In Review
Updated by Victor Julien over 4 years ago
- Related to Task #3828: pfring support: remove in favor of (externally maintained) plugin added
Updated by Victor Julien over 4 years ago
- Subject changed from Research: Dynamic Loadable Module/Plugin Support to Dynamic Loadable Module/Plugin Support
- Status changed from In Review to Closed
- Target version set to 6.0.0beta1
Initial support merged https://github.com/OISF/suricata/pull/5267
Actions