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

Wireshark-dev: [Wireshark-dev] compile error on packet-ieee802154.c

From: Yu Zhang <yu.zhang111@xxxxxxxxxxxxxx>
Date: Tue, 23 Feb 2010 16:43:24 +0800
Hi all,

I tried to build code in lattest version and follow the development guide closely, however, get errors as following:

packet-ieee802154.c
packet-ieee802154.c(884) : error C2220: warning treated as error - no 'object' f
ile generated
packet-ieee802154.c(884) : warning C4244: '=' : conversion from 'guint64' to 'gu
int32', possible loss of data
packet-ieee802154.c(1891) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1892) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1893) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1894) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1895) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1896) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1897) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data
packet-ieee802154.c(1898) : warning C4244: '=' : conversion from 'guint64' to 'g
char', possible loss of data

I'm very new to build wireshark, so it would be really appreciated for any comments.

Thanks in advance.

Yu