mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
8 lines
No EOL
261 B
Text
8 lines
No EOL
261 B
Text
# @TEST-EXEC: zeek -r $TRACES/dns-edns-tcp-keepalive.pcap %INPUT > output
|
|
# @TEST-EXEC: btest-diff output
|
|
@load policy/protocols/dns/auth-addl
|
|
|
|
event dns_EDNS_tcp_keepalive(c: connection, msg: dns_msg, opt: dns_edns_tcp_keepalive)
|
|
{
|
|
print opt;
|
|
} |