mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +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
|
@ -44,7 +44,7 @@ event file_sniff(f: fa_file, meta: fa_metadata) &priority=4
|
|||
|| f$info$mime_type == "application/pkix-cert" ) )
|
||||
return;
|
||||
|
||||
local c: connection;
|
||||
local c: connection &is_set;
|
||||
|
||||
for ( cid, c in f$conns )
|
||||
{
|
||||
|
|
|
@ -95,7 +95,7 @@ event x509_ocsp_ext_signed_certificate_timestamp(f: fa_file, version: count, log
|
|||
if ( |f$conns| != 1 )
|
||||
return;
|
||||
|
||||
local c: connection;
|
||||
local c: connection &is_set;
|
||||
|
||||
for ( cid, c in f$conns )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue