On Mon, Feb 05, 2007 at 12:56:26PM -0800, Stephen Fisher wrote:
> On Thu, Jan 25, 2007 at 10:06:00AM +0530, jaiswal.vikash@xxxxxxxxx wrote:
>
> > I've tried to use range_string in my dissector in the following way
> > , but it's giving an error .
> >
> > { &hf_xyz_vlr_cfdata_ncrt,
> > { "No reply condition time", "xyz.vlr_cfdata_ncrt", FT_UINT8,
> > BASE_DEC, RVALS(vlr_cfdata_nrct_rvals), 0x0, "", HFILL
> > }},
>
> > I've tried with RVALS(vlr_cfdata_nrct_rvals) and
> > RS(vlr_cfdata_nrct_rvals) , but both gave the error . Is there any
> > header we need to include for using range_string .
>
> We haven't implemented RVALS() / RS() in Wireshark yet,
I have just committed the changes to allow you to use RVALS(). Please
refer to doc/README.developer for more information on using it.
Steve