]> git.ipfire.org Git - people/ms/suricata.git/commit
dns: only register a single logger
authorJason Ish <jason.ish@oisf.net>
Tue, 16 Mar 2021 21:28:01 +0000 (15:28 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 1 Apr 2021 13:44:14 +0000 (15:44 +0200)
commit6853bf98fb7f79d197abd95b84a0f596e6f38494
tree3f9e9a953f91ce452810c70c573c5a5c90cf2fc8
parentb1fee90392b315f95aa83d12f31ad344aa5bdd5d
dns: only register a single logger

DNS no longer requires a logger to be registered for to-client and
to-server directions. This has not been required with the stateless
design of the Rust DNS parser.
rust/src/dns/dns.rs
src/output-json-dns.c
src/suricata-common.h
src/util-profiling.c