Wireshark-commits: [Wireshark-commits] rev 31794: /trunk/ /trunk/epan/dissectors/: packet-spnego.c
Date: Thu, 04 Feb 2010 23:16:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31794

User: sahlberg
Date: 2010/02/04 03:16 PM

Log:
 From: Stefan Metzmacher <metze@xxxxxxxxx>
 Date: Thu, 27 Aug 2009 10:51:34 +0200
 Subject: [PATCH 3/7] packet-spnego: fix decryption of DCERPC packets in 
 decrypt_gssapi_krb_cfx_wrap()
 
 There the checksum and the encrypted data are no 2 different buffers
 and we need to combine them before we try to rotate and decrypt them.
 
 metze

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +37 -12    packet-spnego.c    Modified

Directory: /trunk/asn1/spnego/
  Changes    Path                        Action
  +35 -10    packet-spnego-template.c    Modified