mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Add btest for DNS WKS RR.
This commit is contained in:
parent
01660553d6
commit
a2a8870931
4 changed files with 22 additions and 0 deletions
10
testing/btest/scripts/base/protocols/dns/wks.pcap
Normal file
10
testing/btest/scripts/base/protocols/dns/wks.pcap
Normal file
|
@ -0,0 +1,10 @@
|
|||
# @TEST-EXEC: zeek -b -C -r $TRACES/dns/dns-wks.pcap %INPUT > output
|
||||
# @TEST-EXEC: btest-diff dns.log
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@load policy/protocols/dns/auth-addl
|
||||
|
||||
event dns_WKS_reply(c: connection, msg: dns_msg, ans: dns_answer)
|
||||
{
|
||||
print "WKS", dns_msg, dns_answer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue