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