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

Ethereal-dev: [Ethereal-dev] PATCH] SIP hidden fields for finding errors (take 3)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Thu, 22 Apr 2004 07:19:27 +0200
Hi,
When applying the patches to my build I get the following error with MSVC6:

packet-sip.c
packet-sip.c(567) : error C2275: 'gboolean' : illegal use of this type as an
exp
ression
        C:\ethereal-win32-libs\glib\include\glib-2.0\glib/gtypes.h(45) : see
dec
laration of 'gboolean'
packet-sip.c(567) : error C2146: syntax error : missing ';' before
identifier 'p
acket_is_resend'
packet-sip.c(567) : error C2065: 'packet_is_resend' : undeclared identifier
packet-sip.c(1307) : error C2275: 'guint32' : illegal use of this type as an
exp
ression
        C:\ethereal-win32-libs\glib\lib\glib-2.0\include\glibconfig.h(42) :
see
declaration of 'guint32'
packet-sip.c(1307) : error C2146: syntax error : missing ';' before
identifier '
stored_answer'
packet-sip.c(1307) : error C2065: 'stored_answer' : undeclared identifier
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

Best regards
Anders