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 40991cab82 rust/dns: handle multiple txt strings
Fix handling of TXT records when there are multiple strings
in a single TXT record. For now, conform to the C implementation
where an answer record is created for each string in a single
txt record.

Also removes the data_len field from the answer entry. In Rust,
the length is available from actual data, which after decoding
may actually be different than the encoded data length, so just
use the length from the actual data.
8 years ago
..
.cargo rust: make distcheck fixes 8 years ago
src rust/dns: handle multiple txt strings 8 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in Add NTP parser (rust-experimental) 8 years ago
Makefile.am Autotools: add switch to build experimental Rust parsers 8 years ago
gen-c-headers.py Add NTP parser (rust-experimental) 8 years ago