URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02bb9c02464709ec3266f01fe178cac6b3025572
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
02bb9c0 by Daniel Hirschberger (daniel.hirschberger+wireshark@xxxxxx):
ssh: Host key tree selection, fix off by 4
When selecting the Host key tree 4 bytes of the host key are missing because
the subtree has length key_len and does not include the length of key length
field itself.
Change-Id: I1a1ca2f3a5ea651c9dab4f0edc705df2c98a7ae4
Reviewed-on: https://code.wireshark.org/review/31464
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 1f2f253 make-version.pl updates.
add 02bb9c0 ssh: Host key tree selection, fix off by 4
Summary of changes:
epan/dissectors/packet-ssh.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)