adding &is_set attributes to base scripts so -u output isn't cluttered

This commit is contained in:
Vern Paxson 2021-01-23 10:55:27 -08:00
parent 2f0d02c878
commit 0d77b474e6
8 changed files with 8 additions and 8 deletions

View file

@ -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 )
{