]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: parse and log fields for SOA record type
authorSimon Dugas <simdugas@gmail.com>
Fri, 24 Apr 2020 17:57:20 +0000 (17:57 +0000)
committerVictor Julien <victor@inliniac.net>
Fri, 4 Sep 2020 11:05:08 +0000 (13:05 +0200)
commit7f26246ce1064682bb1f1428135e9789c602dc3b
treea40b7ae1faf2e02ae5a244f0914112881fe92cf2
parentaf498fd8404dab2e88f8aeb2c4748db7f445aba5
dns: parse and log fields for SOA record type

Added `dns_parse_rdata_soa` to parse SOA fields into an `DNSRDataSOA`
struct.

Added logging for answer and authority SOA records in both version
1 & 2, as well as grouped formats.
rust/src/dns/dns.rs
rust/src/dns/log.rs
rust/src/dns/lua.rs
rust/src/dns/parser.rs