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

Wireshark-dev: Re: [Wireshark-dev] sctp_graph_dlg.c changes (svn 21495) causing windows buildbo

From: "Bill Meier" <wmeier@xxxxxxxxxxx>
Date: Sun, 22 Apr 2007 20:22:25 -0400
> The are 7 warnings: "conversion from double to ...".
> 
> All 7 are seem to be related to the explicit removal of  gint/gint32  casts 
> in the svn21495 patch to sctp_graph_dlg.c.
> 
> 
> Since the casts were explicitly removed, I'll leave it to someone who knows 
> the code to fix same.
> 

Looking a little deeper: the casts probably eneded up being removed due to 
patches kind of "passing in the night" (svn 21080 and svn 21495).

So: I'm committing the patch to put back the missing casts.

Bill