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:
Johanna Amann 2020-11-16 10:57:22 +00:00
commit 50a49eabb5
9 changed files with 143 additions and 9 deletions

4
NEWS
View file

@ -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
---------------------