Wireshark-commits: [Wireshark-commits] rev 51117: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 02 Aug 2013 14:28:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51117

User: morriss
Date: 2013/08/02 07:28 AM

Log:
 From ?\208?\160?\208?\190?\208?\188?\208?\176?\208?\189 ?\208?\148?\208?\190?\208?\189?\209?\135?\208?\181?\208?\189?\208?\186?\208?\190 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9004 :
 
 This patch makes the SSH dissector able to display multiple messages in the
 Info column. As a side effect, it changes the formatting of some messages to
 be more uniform.
 
 I've also removed a dubious chunk of code that hardcodes a 16-byte MAC after
 a SSH_MSG_KEX_DH_GEX_REPLY message. There can't be a MAC before key exchange
 is over, and in my sample capture, this actually eats the second message that
 follows.
 
 From me: some white space cleanup.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +73 -88    packet-ssh.c    Modified