Ethereal-dev: [Ethereal-dev] for decryption of KINK_ENCRYPT

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 22 Mar 2006 13:16:52 +0900
To packet-kerberos.c developer and kink concerned parties.

Would you tell me about decryption of KINK_ENCRYPT?

I'm modifying the packet-kink.c by kink draft change.
Former(ver.0.10.10), when I decrypted the KINK_ENCRYPT,
I used decrypt_krb5_data() which is function of 
packet-kerberos.c. But now(ver.0.10.14) I use decrypt_krb5_data() to
decrypt the KINK_ENCRYPT, it return null.

please tell me about how to decrypt KINK_ENCRYPT.
Developing sorce code(packet-kink.c) is appended.
decrypting part is line 901.

regards.


Attachment: packet-kink.c
Description: packet-kink.c