I came across this while browsing through the coverity defects.
gboolean first = TRUE; is never changed
Does the following change make sense to those who are familiar with SIP?
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index fa317c8..c04a0c8 100644
--- a/epan/disse
Sorry, I don't understand these warning messages...
On Sat, Aug 10, 2013 at 10:06 PM, wrote:
> The Buildbot has detected a new failure on builder OSX-10.5-x86 while
> building Wireshark (development).
> Full details are available at:
> http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/
Thanks Guy.
On Sat, Aug 10, 2013 at 10:34 PM, wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51289
>
> User: guy
> Date: 2013/08/10 02:34 PM
>
> Log:
> Initialize float variables with float constants, not double constants,
> and assign float constants, not double co
On Aug 10, 2013, at 2:32 PM, Martin Mathieson
wrote:
> Sorry, I don't understand these warning messages...
Those are the ones I fixed.
As per my comment:
In C, a floating-point constant is a double, unless explicitly made float by an
"f" suffix; to quote the C90 spec:
An unsuffixed