Log::write in signature framework was missing ts

(Andrew Benson/Michel Laterman)

BIT-1354 #close
This commit is contained in:
Johanna Amann 2015-03-25 11:53:33 -07:00
parent f79b5adc08
commit b9e2b7bef9
3 changed files with 7 additions and 2 deletions

View file

@ -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 2.3-631 | 2015-03-25 11:03:12 -0700
* New SSH analyzer. (Vlad Grigorescu) * New SSH analyzer. (Vlad Grigorescu)

View file

@ -1 +1 @@
2.3-631 2.3-632

View file

@ -277,7 +277,7 @@ event signature_match(state: signature_state, msg: string, data: string)
orig, sig_id, hcount); orig, sig_id, hcount);
Log::write(Signatures::LOG, 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, $src_addr=orig, $sig_id=sig_id, $event_msg=msg,
$host_count=hcount, $sub_msg=horz_scan_msg]); $host_count=hcount, $sub_msg=horz_scan_msg]);