]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: prepare for dns over http2 support
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 12 Dec 2023 13:25:37 +0000 (14:25 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 20 Jul 2024 08:37:58 +0000 (10:37 +0200)
commitb5f55b5b1f72155c0e5b3bb2d1d477c0ba0d7b1b
tree0f7fdb1e67fb3112f02dd5680d03cc463196e305
parenteff7b5232768e1ec306138ce80dc852794ea3650
dns: prepare for dns over http2 support

by making tx parsing and creation more easily available,
without needing a dns state.

Dns event NotResponse is now set on the right tx, and not the one
before.

Also debug log for Z-flag on request says "request" instead of
"response"

Also rustfmt dns.rs
rust/src/dns/dns.rs