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/rust
Jason Ish 2011a5579c rust/app-layer: expose AppLayerEvent derive macro
Export the AppLayerEvent derive macro so plugin (or library code) can
use it as expected, for example:

use suricata::applayer::AppLayerEvent;

enum MyEvent {
    EventOne,
    EventTwo,
}
4 years ago
..
.cargo
derive rust/derive: make usable from a plugin or lib user 4 years ago
src rust/app-layer: expose AppLayerEvent derive macro 4 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in rust: rename to suricata (from suricata_rust) 4 years ago
Makefile.am rust: rename to suricata (from suricata_rust) 4 years ago
cbindgen.toml app-layer: add StreamSlice to pass data to parsers 4 years ago
rustfmt.toml