http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20824
User: sahlberg
Date: 2007/02/16 09:04 PM
Log:
when decrypting a blob allocate a new private memory area to return to the caller instead of reusing the same one over and over (g_free followed by g_malloc by the same size often result in the same area being returned)
this resolves some issues where the decode is ok but the hexpane shows corrupted memory where the decrypted blob should be.
Directory: /trunk/epan/dissectors/
Changes Path Action
+21 -4 packet-kerberos.c Modified