mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
add edns-cookie testcase
This commit is contained in:
parent
d75a385f8f
commit
28576d3a84
3 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue