Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Thu, 16 Aug 2012 17:03:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44542

User: wmeier
Date: 2012/08/16 10:03 AM

Log:
 From Stefan Metzmacher: Updates for the SMB2/3
 
 This patches add some missing things for SMB2/3 and support for decryption
 of SMB3 traffic
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7645
 
 From me: Change an initializer from C99 to C89 style (since the
  Microsoft compiler doesn't support C99).

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +0 -2      packet-nbns.c              Modified
  +8 -14     packet-ntlmssp.c           Modified
  +10 -0     packet-ntlmssp.h           Modified
  +376 -39   packet-smb2.c              Modified
  +7 -1      packet-smb2.h              Modified
  +1 -0      packet-windows-common.c    Modified