ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Errors in packet-windows-common.c

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Tue, 17 Aug 2004 13:12:39 +0200
Hi list,

When I try to recompile Ethereal (even after a distclean), I now get
the following error messages and compilation aborts:

packet-windows-common.c(1167) : warning C4244: '=' : conversion from
'unsigned __int64 ' to 'int ', possible loss of data
packet-windows-common.c(1170) : error C2059: syntax error : 'bad
suffix on number'
packet-windows-common.c(1170) : error C2146: syntax error : missing
';' before identifier 'L'
packet-windows-common.c(1170) : error C2065: 'L' : undeclared
identifier

I use MSVC++ 6.0. Anyone can fix this 64-bit stuff?

Best regards,

Olivier