mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
adding &is_set attributes to base scripts so -u output isn't cluttered
This commit is contained in:
parent
2f0d02c878
commit
0d77b474e6
8 changed files with 8 additions and 8 deletions
|
@ -293,7 +293,7 @@ hook set_session(c: connection, msg: dns_msg, is_query: bool) &priority=5
|
|||
else
|
||||
{
|
||||
# Just pick an arbitrary, unpaired query.
|
||||
local tid: count;
|
||||
local tid: count &is_set;
|
||||
local found_one = F;
|
||||
|
||||
for ( trans_id, q in c$dns_state$pending_queries )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue