http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51197
User: morriss
Date: 2013/08/07 03:20 PM
Log:
From Роман Донченко via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9018 :
This patch enables Wireshark to correctly decode messages specific to the
selected key exchange method by determining and remembering that method.
It's a little incomplete in that it doesn't support the case where
first_kex_packet_follows is true, but then the current implementation
doesn't either.
It also adds/fixes dissection for the plain Diffie-Hellman key exchange and
DH group exchange messages that were broken/missing, completing support for
both of these key exchange methods.
Directory: /trunk/epan/dissectors/
Changes Path Action
+180 -67 packet-ssh.c Modified