]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: create transaction even if z-bit was set
authorJason Ish <jason.ish@oisf.net>
Tue, 21 Dec 2021 22:34:05 +0000 (16:34 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 21 Dec 2021 22:50:06 +0000 (16:50 -0600)
commitfcbdc304265aaba724b245a5c3f02e00c8059a1a
tree9a0a3661a04929e761defc5af4608284db19ce0c
parent4972021cd4c362c6f02fce6c34377013a463eab0
dns: create transaction even if z-bit was set

It appears that DNS servers will still process a DNS request even if the
z-bit is set, our parser will fail the transaction. So create the
transaction, but still set the event.

Ticket #4924
rust/src/dns/dns.rs
src/detect-dns-query.c