mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Polishing the setup for external tests.
This commit is contained in:
parent
27aa30c683
commit
80fcabdb47
9 changed files with 15 additions and 9 deletions
|
@ -16,6 +16,10 @@ event do_reply(c: connection, msg: dns_msg, ans: dns_answer, reply: string) &pri
|
|||
# The "ready" flag will be set here. This causes the setting from the
|
||||
# base script to be overridden since the base script will log immediately
|
||||
# after all of the ANS replies have been seen.
|
||||
|
||||
if ( ! c?$dns )
|
||||
print c$id;
|
||||
|
||||
c$dns$ready=F;
|
||||
|
||||
if ( ans$answer_type == DNS_AUTH )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue