]> 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>
Wed, 11 Dec 2024 05:49:35 +0000 (06:49 +0100)
commit37f4c52b22fcdde4adf9b479cb5700f89d00768d
tree1979c6b041fbf9a135b4366e6b6164c72ccdc50c
parent3a5671739f5b25e5dd973a74ca5fd8ea40e1ae2d
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
etc/schema.json
rust/src/dns/log.rs