]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: replace usage of rs_dns_tx_get_query_name with SCDnsTxGetQueryName
authorJason Ish <jason.ish@oisf.net>
Wed, 15 Nov 2023 18:31:12 +0000 (12:31 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Dec 2023 18:17:17 +0000 (19:17 +0100)
commitf91122e0e8ca02850368eac46ad5b2b516ac9cb8
tree6ff31916aeff72ab0a45ac3dd525c2c6197f3e49
parent482325e28b39ac35b364698eb9d6b512038ed777
dns: replace usage of rs_dns_tx_get_query_name with SCDnsTxGetQueryName

SCDnsTxGetQueryName was introduced to allow for getting the query name
in responses as well as requests, so covers the functionality of
rs_dns_tx_get_query_name.
rust/src/dns/dns.rs
src/detect-dns-query.c