mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
add a dns https test case
This commit is contained in:
parent
8f7f75fcb4
commit
ca4b181d35
4 changed files with 13 additions and 0 deletions
9
testing/btest/scripts/base/protocols/dns/https.zeek
Normal file
9
testing/btest/scripts/base/protocols/dns/https.zeek
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue