mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
SSH: Various updates.
This commit is contained in:
parent
78b5f6b94b
commit
2698fcea8e
6 changed files with 126 additions and 50 deletions
|
@ -34,9 +34,9 @@ public:
|
|||
|
||||
static bool Available()
|
||||
{
|
||||
// TODO: After you define your events, || them together here.
|
||||
// See events.bif for more information
|
||||
return ( ssh_event );
|
||||
return ( ssh_server_version || ssh_client_version ||
|
||||
ssh_auth_successful || ssh_auth_failed ||
|
||||
ssh_server_capabilities || ssh_server_host_key );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
@ -49,7 +49,8 @@ protected:
|
|||
bool had_gap;
|
||||
|
||||
// Packet analysis stuff
|
||||
int initial_encrypted_packet_size;
|
||||
int initial_client_packet_size;
|
||||
int initial_server_packet_size;
|
||||
int num_encrypted_packets_seen;
|
||||
|
||||
bool packet_n_1_is_orig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue