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

@ -66,7 +66,7 @@ event zeek_init() &priority=5
event ntp_message(c: connection, is_orig: bool, msg: NTP::Message) &priority=5
{
local info: Info;
local info: Info &is_set; # &is_set for case where no $std_msg
info$ts = network_time();
info$uid = c$uid;
info$id = c$id;