wireshark-commits  

[Wireshark-commits] rev 31794: /trunk/ /trunk/epan/dissectors/: packet-spnego.c /trunk/asn1/spnego/: packet-spnego-template.c

sahlberg
Thu, 04 Feb 2010 15:16:51 -0800

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31794

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

Log:
 From: Stefan Metzmacher <me...@samba.org>
 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

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe
  • [Wireshark-commits] rev 31794: /trunk/ /trunk/epan/dissectors/: packet-spnego.c /trunk/asn1/spnego/: packet-spnego-template.c sahlberg