Wireshark-commits: [Wireshark-commits] master a1ddde9: SSH dissector: fix MAC length calculation fo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 May 2014 13:52:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1ddde96008b7c403f6dc6c8b4b75e01718f95c6
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a1ddde9 by Jan Seda (hodor@xxxxxxxx):

    SSH dissector: fix MAC length calculation for recent OpenSSH features
    
    Also, show the packet length part of the encrypted packet.  The length may
    be encrypted (typical) or not (-etm modes and GCM mode). When not
    encrypted, show as a number.
    
    Bug:10066
    Change-Id: I8c3a943b1b527b326b662e71f07ac6157684d5d9
    Reviewed-on: https://code.wireshark.org/review/1462
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  ac99cfd   Media Agnostic USB Packet Dissector
    adds  a1ddde9   SSH dissector: fix MAC length calculation for recent OpenSSH features


Summary of changes:
 epan/dissectors/packet-ssh.c |   70 ++++++++++++++++++++++++++++++++++++------
 1 file changed, 61 insertions(+), 9 deletions(-)