http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21527
User: sfisher
Date: 2007/04/23 04:22 PM
Log:
From Paolo Abeni:
(from -dev list)
On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote:
> Can someone please have a look at uand fix the following warning:
>
> cc1: warnings being treated as errors
> packet-ssl.c: In function 'ssl_parse':
> packet-ssl.c:334: warning: ignoring return value of 'fread', declared
> with attribute warn_unused_result
The attached patch fix the issue. It also try to fix a bit the
indentation.
Me: Move size_t nbytes up to top of function and fix typo expeted->expected
Directory: /trunk/epan/dissectors/
Changes Path Action
+24 -19 packet-ssl.c Modified