]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve/dns: add truncation flags for fields that are truncated
authorJason Ish <jason.ish@oisf.net>
Thu, 31 Oct 2024 21:46:35 +0000 (15:46 -0600)
committerVictor Julien <vjulien@oisf.net>
Thu, 12 Dec 2024 08:57:48 +0000 (09:57 +0100)
commit5edb84fe234f47a0fedfbf9b10b49699152fe8cb
tree670db358fa01be30384a433993169de495cc8eed
parent58c41a7fa99f62d9a8688e970ab1a9b09c79723a
eve/dns: add truncation flags for fields that are truncated

If rrname, rdata or mname are truncated, set a flag field like
'rrname_truncated: true' to indicate that the name is truncated.

Ticket: #7280

(cherry picked from commit 37f4c52b22fcdde4adf9b479cb5700f89d00768d)
etc/schema.json
rust/src/dns/log.rs