http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21929
User: jake
Date: 2007/05/25 06:35 AM
Log:
From Brian Vandenberg:
I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector).
It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in tls_prf.
I've attached the diff for the fixes I made.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -6 packet-ssl-utils.c Modified