Wireshark-commits: [Wireshark-commits] rev 49258: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 12 May 2013 14:26:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49258

User: eapache
Date: 2013/05/12 07:26 AM

Log:
 From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640
 
 Fix dissection of the NTLMSSP v2 Challenge Response. The old code would loop
 over the Attributes until the end of the Response, however in reality the last
 values of a Response are four 0 bytes and maybe padding. Also change the names
 of the values to match those from the Microsoft specification. Also change the
 name of one flags bit from unknown to "Anonymous", again according to the
 Microsoft spec.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +60 -66    packet-ntlmssp.c    Modified