mirror of https://github.com/OISF/suricata
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.
Currently has one derive, AppLayerEvent to be used like:
#[derive(AppLayerEvent)]
pub enum DNSEvent {
MalformedData,
NotRequest,
NotResponse,
ZFlagSet,
}
Code will be generated to:
- Convert enum to a c type string
- Convert string to enum variant
- Convert id to enum variant
|
5 years ago | |
|---|---|---|
| .. | ||
| .cargo | 7 years ago | |
| derive | 5 years ago | |
| src | 5 years ago | |
| .gitignore | 5 years ago | |
| Cargo.toml.in | 5 years ago | |
| Makefile.am | 5 years ago | |
| cbindgen.toml | 5 years ago | |
| rustfmt.toml | 6 years ago | |