mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
9 lines
No EOL
242 B
Text
9 lines
No EOL
242 B
Text
# @TEST-EXEC: zeek -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;
|
|
} |