mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +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
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
|||
|
||||
2.3-632 | 2015-03-25 11:58:58 -0700
|
||||
|
||||
* Log::write in signature framework was missing timestamp.
|
||||
(Andrew Benson/Michel Laterman)
|
||||
|
||||
2.3-631 | 2015-03-25 11:03:12 -0700
|
||||
|
||||
* New SSH analyzer. (Vlad Grigorescu)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3-631
|
||||
2.3-632
|
||||
|
|
|
@ -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