mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/vbrevet/ssh_version' of https://github.com/vbrevet/zeek
* 'topic/vbrevet/ssh_version' of https://github.com/vbrevet/zeek: [SSH] Handle SSH version 1.99 SSH can set in its identification a version 1.99 (SSH-1.99-xxx). That means the client/server is compatible with SSHv1 and SSHv2. So the version choice depends of the both side.
This commit is contained in:
commit
50a49eabb5
9 changed files with 143 additions and 9 deletions
4
NEWS
4
NEWS
|
@ -80,6 +80,10 @@ New Functionality
|
|||
- dns_NSEC3PARAM
|
||||
- dns_BINDS
|
||||
|
||||
- Zeek now supports SSH clients/servers that advertise SSH version 1.99, which
|
||||
is a special version indicating that the server/client supports both SSH2 and
|
||||
SSH1.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue