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] Problems when compiling with msvc packet-windows-common.c

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: Wed, 18 Aug 2004 21:54:33 +0200
packet-windows-common.c
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
numbe
r'
packet-windows-common.c(1170) : error C2146: syntax error : missing ';'
before i
dentifier 'L'
packet-windows-common.c(1170) : error C2065: 'L' : undeclared identifier

Is it something with : #define TIME_FIXUP_CONSTANT 11644473600ULL ?

Best regards
Anders