mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -102,7 +102,7 @@ event file_sniff(f: fa_file, meta: fa_metadata) &priority=5
|
|||
|| f$info$mime_type == "application/pkix-cert" ) )
|
||||
return;
|
||||
|
||||
local c: connection;
|
||||
local c: connection &is_set; # &is_set to help static analysis
|
||||
|
||||
for ( cid, c in f$conns )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue