Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] Possible bug

From: GM Tanim <gmtanim@xxxxxxxxx>
Date: Wed, 30 Dec 2009 23:55:06 -0800 (PST)
In file packet-ssl-utils.c line 1101,

it should be,

ssl_debug_printf("pcry_private_decrypt: decrypted data is too long ?!? (%d max %d)\n",

in place of

ssl_debug_printf("pcry_private_decrypt: decrypted data is too long ?!? (%zd max %d)\n",

Thanks.