I checked this in earlier today, but have the following remaining
Windows warning/error.
packet-wimaxasncp.c(4151) : error C2099: initializer is not a constant
packet-wimaxasncp.c(4153) : warning C4047: 'initializing' : 'unsigned
int ' differs in levels of indirection from 'char [1]'
packet-wimaxasncp.c(4154) : warning C4047: 'initializing' : 'int '
differs in levels of indirection from 'void *'
The first line in question is
VALS(sminmpec_values),
as it appears in an hf_register_info.
VALS is a cast to (const struct _value_string*)
sminmpec is declared in <epan/sminmpec.h> as:
WS_VAR_IMPORT const value_string sminmpec_values[];
where WS_VAR_IMPORT is defined as extern in my Linux config.h
Any ideas?
Martin
On 9/6/07, Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx> wrote:
> Sorry about the delay on this. I'm just about to pour a cup of tea
> and do it now. Thanks again for submitting this.
>
> Martin
>
> On 9/6/07, Stephen Croll <croll@xxxxxxxxxxxxxxxxx> wrote:
> > Just checking on the submission status of the WiMAX ASN Control
> > Protocol dissector. Is there anything further I need to do to have it
> > accepted/committed?
> >
> > For reference, the ticket is:
> > Bugzilla Bug 1811 New WiMAX ASN Control Protocol (WIMAXASNCP)
> Dissector
> > http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1811
> > --
> > Steve Croll
> >
> > _______________________________________________
> > Wireshark-dev mailing list
> > Wireshark-dev@xxxxxxxxxxxxx
> > http://www.wireshark.org/mailman/listinfo/wireshark-dev
> >
>