http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51126
User: morriss
Date: 2013/08/02 02:56 PM
Log:
 From Роман Донченко via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9006 :
 
 Currently, Wireshark only dissects one side's Key Exchange Init message,
 which, in particular, means that the encryption, MAC and compression
 algorithms it infers are bogus.
 
 This patch fixes that.
 
 From me:
 
 Don't use a macro which confused checkhf (it only saved a small amount of
 visible code).  Fix up some more white space.
 
 Use macros for a couple array indexes.
Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +173 -172  packet-ssh.c    Modified