Ethereal-dev: Re: [Ethereal-dev] range preference type

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 01 Oct 2004 01:06:40 -0700
Jeff Morriss wrote:

Fortunately, I did (have enough time): see the attached patch which implements the new preference type and changes the TCAP dissector to use it.

Hmm. It currently hides from the subdissector the rangeness, it appears. Should the "varp" union in "struct preference" include a "range_t *", with "prefs_register_range_preference()" supplying a pointer to a "range_t" value?