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] Build bot failing.

From: "Anders Broman (AL/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Wed, 22 Aug 2007 10:58:23 +0200
Title: Build bot failing.

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