zeek/testing/btest/scripts/base/protocols/ssh
Benjamin Bannier daa9537f92 Change SSH version field to be &optional.
In 3769ed6c66 we added handling for SSH version 1.99 which unsed a SSH
version of 0 to indicate weird cases where no version could be
determined.

This patch is a fixup for that patch. Instead of using a magic version
of 0 we now use an `&optional` version value. If no SSH version can be
extracted the version will be unset; additionally a `conn_weird` event
will be raised.

Closes #1590.
2021-06-17 09:24:46 +02:00
..
basic.test GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
curve25519_kex.test GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
fingerprints.zeek Deprecate "ssh1_server_host_key" parameters *e* and *p* 2020-11-13 22:58:56 -08:00
one-auth-fail-only.test General btest cleanup 2020-08-11 11:26:22 -07:00
set_version.zeek Change SSH version field to be &optional. 2021-06-17 09:24:46 +02:00
ssh_segmented_encryption_transition.zeek GH-566: fix cases where ssh_encrypted_packet event wasn't raised 2019-09-03 17:34:24 -07:00
ssh_version_199.zeek [SSH] Handle SSH version 1.99 2020-11-14 15:33:34 +01:00