mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
add testcases
This commit is contained in:
parent
7dcf974daf
commit
84d609b333
4 changed files with 42 additions and 33 deletions
|
@ -0,0 +1,8 @@
|
|||
# @TEST-EXEC: zeek -C -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue