&is_set => &is_assigned

This commit is contained in:
Vern Paxson 2021-02-04 12:18:46 -08:00
parent d71675a7dc
commit c991c54690
16 changed files with 22 additions and 22 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 &is_set; # &is_set for case where no $std_msg
local info: Info &is_assigned; # for case where no $std_msg
info$ts = network_time();
info$uid = c$uid;
info$id = c$id;