mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Log::write in signature framework was missing ts
(Andrew Benson/Michel Laterman) BIT-1354 #close
This commit is contained in:
parent
f79b5adc08
commit
b9e2b7bef9
3 changed files with 7 additions and 2 deletions
|
@ -277,7 +277,7 @@ event signature_match(state: signature_state, msg: string, data: string)
|
|||
orig, sig_id, hcount);
|
||||
|
||||
Log::write(Signatures::LOG,
|
||||
[$note=Multiple_Sig_Responders,
|
||||
[$ts=network_time(), $note=Multiple_Sig_Responders,
|
||||
$src_addr=orig, $sig_id=sig_id, $event_msg=msg,
|
||||
$host_count=hcount, $sub_msg=horz_scan_msg]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue