Wireshark-commits: [Wireshark-commits] master 91700a1: SSH: Display padding value in outermost tree

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Oct 2018 06:36:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91700a1e3bc298c14d8926bd0b62d9a6e9e10784
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

91700a1 by Daniel Hirschberger (daniel.hirschberger+wireshark@xxxxxx):

    SSH: Display padding value in outermost tree (Binary Packet)
    
    The SSH dissector currently displays the padding as a member of the
    Key Exchange Tree.
    According to the RFC, the padding is a member of the 'Binary Packet'.
    This commit adjusts the display accordingly.
    
    Change-Id: I24ea2b44b8b7253bbdf61057cb7f0b845d6e7f74
    Reviewed-on: https://code.wireshark.org/review/30372
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  63ec998   RTPS: Added RTPS reassembly for DATA_FRAGs
     add  91700a1   SSH: Display padding value in outermost tree (Binary Packet)


Summary of changes:
 epan/dissectors/packet-ssh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)