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

Wireshark-dev: Re: [Wireshark-dev] Build bot failing.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Wed, 22 Aug 2007 15:59:33 +0200
Hi,

Checked in a fix like that.

Thanx,
Jaap

Anders Broman (AL/EAB) wrote:
Hi,
Currently the build bot is failing with:
packet-pana.c(677) : error C2220: warning treated as error - no object file generated packet-pana.c(677) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of

The fix might be
Change line 633
To
       guint16 pana_res;
/Anders