]> git.ipfire.org Git - people/ms/suricata.git/commit - rust/src/dns/dns.rs
rust: dns: add log filtering on rrtype
authorJason Ish <ish@unx.ca>
Wed, 10 May 2017 13:24:02 +0000 (07:24 -0600)
committerJason Ish <ish@unx.ca>
Mon, 5 Jun 2017 20:57:21 +0000 (14:57 -0600)
commitba1a67e2cb11016a617e1074bc5789a66a15309e
treedceac40a7a13731e52437c4032cefc97d31728da
parentc54fc7f98f4a5901c22e8c3446088bfe20e5b0d8
rust: dns: add log filtering on rrtype

While the filtering is still configured in C, the filtering
flags are passed into Rust so it can determine if a record
should be logged or not.
rust/src/core.rs
rust/src/dns/dns.rs
rust/src/dns/log.rs
rust/src/lib.rs
src/output-json-dns.c