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 0fa7b5c2a2 rust/applayer: provide generic event info functions
Provide generic functions for get_event_info and
get_event_info_by_id. These functions can be used by any app-layer
event enum that implements AppLayerEvent.

Unfortunately the parser registration cannot use these functions
directly as generic functions cannot be #[no_mangle]. So they
do need small extern "C" wrappers around them.
4 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust: derive crate: for custom derives 4 years ago
src rust/applayer: provide generic event info functions 4 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in rust: derive crate: for custom derives 4 years ago
Makefile.am rust: derive crate: for custom derives 4 years ago
cbindgen.toml modbus: move from C to rust 4 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago