suricatax-rule-parser
Experimental Rust scanner for Suricata rules.
The crate tokenizes a rule into header fields and raw option events. It does not try to fully interpret option semantics; applications can layer their own validation or higher-level parsing on top of the event stream.
Example
use ;
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.