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 870bf73380 dns: refactor function to get rrname to be safe
Make the function safe by returning a reference to the DNSName object,
the unsafe C wrapper can do the conversion to pointers.
9 months ago
..
.cargo
derive app-layer: use uint8_t consistent for event IDs 1 year ago
src dns: refactor function to get rrname to be safe 9 months ago
suricatactl suricatactl: rust version of suricatactl 9 months ago
suricatasc suricatasc: a Rust implementation of suricatasc 9 months ago
sys rust: add bindings to SCPlugin.* to sys crate 9 months ago
.gitignore
Cargo.lock.in suricatactl: rust version of suricatactl 9 months ago
Cargo.toml.in suricatactl: rust version of suricatactl 9 months ago
Makefile.am rust: use CBINDGEN variable and not "cbindgen" 9 months ago
cbindgen.toml ftp: convert enumerations to Rust 9 months ago
rustfmt.toml