add a dns https test case

This commit is contained in:
FlyingWithJerome 2021-09-29 14:39:24 -04:00
parent 8f7f75fcb4
commit ca4b181d35
4 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# @TEST-EXEC: zeek -C -r $TRACES/dns-https.pcap %INPUT > output
# @TEST-EXEC: btest-diff output
@load policy/protocols/dns/auth-addl
event dns_HTTPS(c: connection, msg: dns_msg, ans: dns_answer, https: dns_svcb_rr)
{
print https;
}