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
Simon Dugas 8005f50647 dns: refactor to handle more rdata formats
Represent rdata as `DNSRData` enum variants instead of `Vec<u8>`.
This will allow parsing/logging of more complex formats like SOA.
6 years ago
..
.cargo
src dns: refactor to handle more rdata formats 6 years ago
.gitignore
Cargo.toml.in rust: function macro now returns the function name 6 years ago
Makefile.am rust: only run cbindgen if needed 6 years ago
cbindgen.toml rdp/eve: convert to jsonbuilder 6 years ago
rustfmt.toml