packet-spnego: fix decryption of DCERPC packets in decrypt_gssapi_krb_cfx_wrap()
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Aug 2009 08:51:34 +0000 (10:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 Sep 2009 12:28:46 +0000 (14:28 +0200)
commitb126c4b60093cba6b19f40a6bc0d9d58e7ef2bc5
treec3f42e330158528174294c88fda8f4d4447c86c5
parentce7593d6f28835577b36c515bcf61b62b15f3abb
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
asn1/spnego/packet-spnego-template.c
epan/dissectors/packet-spnego.c