mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue