zeek/testing/btest/scripts/base
Brevet Vivien 3769ed6c66 [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.

1.99 : 1.99 => 2.0
1.99 : 1.x  => 1.x
1.99 : 2.0  => 2.O

(see "Compatibility With Old SSH Versions" in RFC 4253)
2020-11-14 15:33:34 +01:00
..
files General btest cleanup 2020-08-11 11:26:22 -07:00
frameworks Fix type clash fatal error with log filters that use $ext_func and $include/$exclude 2020-11-10 18:13:16 -08:00
misc Tweak find-filtered-trace to not flag traces if they have non-TCP 2020-09-25 11:29:44 +00:00
protocols [SSH] Handle SSH version 1.99 2020-11-14 15:33:34 +01:00
utils GH-926: Improve type-checking for ternary conditional operator 2020-08-21 18:33:14 -07:00