ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] WiMAX ASN Control Protocol dissector submission status?

From: "Martin Mathieson" <martin.r.mathieson@xxxxxxxxxxxxxx>
Date: Thu, 6 Sep 2007 15:34:03 +0100
I also note that the following line appears in epan/libwireshark.def

sminmpec_values                 DATA

On 9/6/07, Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx> wrote:
> 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
> > >
> >
>