SSH: Added some more events for SSH2

This commit is contained in:
Vlad Grigorescu 2015-03-18 12:52:46 -04:00
parent 092a78d14b
commit 61c94d1809
3 changed files with 124 additions and 10 deletions

View file

@ -59,7 +59,7 @@ export {
## Event that can be handled when the analyzer sees an SSH server host
## key. This abstracts :bro:id:`SSH::ssh1_server_host_key` and
## :bro:id:`SSH::ssh2_server_host_key`.
global ssh_server_host_key: event(c: connection, hash string);
global ssh_server_host_key: event(c: connection, hash: string);
}
redef record Info += {