mirror of https://github.com/OISF/suricata
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.
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 | 8 years ago | |
src | 8 years ago | |
.gitignore | 8 years ago | |
Cargo.toml.in | 8 years ago | |
Makefile.am | 8 years ago | |
gen-c-headers.py | 8 years ago |