Wireshark-commits: [Wireshark-commits] master 5a85add: ssh: add RSA host key printing

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jun 2016 17:28:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a85adda1607473e33e35d1fed96a62cf7918f3b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5a85add by Kenny Root (kenny@xxxxxxxxx):

    ssh: add RSA host key printing
    
    Adds a dissector for the ssh-rsa type of public key where the modulus
    and public exponent are extracted out.
    
    Change-Id: I10b1f2d6f41878d9f7ffe5d399b9b7d4f69ad96e
    Reviewed-on: https://code.wireshark.org/review/15975
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e600526   ssh: add hostkey information
    adds  5a85add   ssh: add RSA host key printing


Summary of changes:
 epan/dissectors/packet-ssh.c |   23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)