mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
SSH: Added some more events for SSH2
This commit is contained in:
parent
092a78d14b
commit
61c94d1809
3 changed files with 124 additions and 10 deletions
|
@ -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 += {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue