]> git.ipfire.org Git - thirdparty/suricata.git/commit
dns: add dns.query.name sticky buffer
authorJason Ish <jason.ish@oisf.net>
Tue, 14 Nov 2023 23:01:49 +0000 (17:01 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Dec 2023 18:17:17 +0000 (19:17 +0100)
commit482325e28b39ac35b364698eb9d6b512038ed777
tree9fce44186d6d6565f9f4a43b34310d1ed10864e9
parent5f99abb0cb096c3cf6e829fa43a3dd150012c6a4
dns: add dns.query.name sticky buffer

This buffer is much like dns.query_name but allows for detection in both
directions.

Feature: #6497
rust/src/dns/dns.rs
src/Makefile.am
src/detect-dns-query-name.c [new file with mode: 0644]
src/detect-dns-query-name.h [new file with mode: 0644]
src/detect-engine-register.c
src/detect-engine-register.h