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 6392216f6b base64: use the Rust base64 encode implementation
Replace our internal base64 implementation with a ffi wrapper
around the Rust implementation provided by an external crate.
5 years ago
..
.cargo
derive applayerevent: derive get_event_info and get_event_info_by_id 5 years ago
src base64: use the Rust base64 encode implementation 5 years ago
.gitignore
Cargo.toml.in jsonbuilder: add methods to encode values as base64 5 years ago
Makefile.am dns: use derive macro for DNSEvent 5 years ago
cbindgen.toml app-layer: add StreamSlice to pass data to parsers 5 years ago
rustfmt.toml