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] Lua breaks Windows build

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Tue, 24 Oct 2006 17:18:34 -0700
Anders Broman wrote:
> Hi,
> Windows build is broken:
> 
> register_wslua.c
> taps_wslua.c
> wslua_dumper.c
> wslua_field.c
> wslua_field.c(179) : error C2065: 'FieldInfo_get_data_source' : undeclared
> identifier
> wslua_field.c(179) : error C2099: initializer is not a constant
> wslua_field.c(181) : error C2065: 'FieldInfo_get_hidden' : undeclared
> identifier
> wslua_field.c(181) : error C2099: initializer is not a constant
> wslua_gui.c
> wslua_pinfo.c
> wslua_proto.c
> wslua_listener.c
> wslua_tree.c
> wslua_tvb.c
> wslua_util.c
> Generating Code...
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.

I just checked in a change which should fix this (r19677).  Luis, can
you verify if it's correct?