mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
7 lines
221 B
Text
7 lines
221 B
Text
# @TEST-EXEC: bro -r $TRACES/dns-caa.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
|
|
event dns_CAA_reply(c: connection, msg: dns_msg, ans: dns_answer, flags: count, tag: string, value: string)
|
|
{
|
|
print flags,tag,value;
|
|
}
|