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
Philippe Antoine 8eaced3c1e rust: move AppLayerResult definition to C
and bindgen it to rust

Will make easier the bindgen of RustParser structure which uses
a callback which uses AppLayerResult

Keep From<> impl in sys crate that defines it
6 months ago
..
.cargo
derive rust: EnumString derive accepts a enum_string_style parameter 10 months ago
htp rust/htp: formatting fixup 7 months ago
src rust: move AppLayerResult definition to C 6 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 1 year ago
suricatasc rust: pin indexmap 10 months ago
sys rust: move AppLayerResult definition to C 6 months ago
.gitignore
Cargo.lock.in misc: time unit parsing function 7 months ago
Cargo.toml.in misc: time unit parsing function 7 months ago
Makefile.am rust: move AppLayerResult definition to C 6 months ago
cbindgen.toml rust: move AppLayerGetFileState definition to C 6 months ago
rustfmt.toml