add edns-cookie testcase

This commit is contained in:
FlyingWithJerome 2020-08-16 10:45:00 -04:00
parent d75a385f8f
commit 28576d3a84
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# @TEST-EXEC: zeek -C -r $TRACES/dns-edns-cookie.pcap %INPUT > output
# @TEST-EXEC: btest-diff output
@load policy/protocols/dns/auth-addl
event dns_EDNS_cookie(c: connection, msg: dns_msg, opt: dns_edns_cookie)
{
print opt;
}