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