Ethereal-dev: Re: [Ethereal-dev] new field info flag FI_LINK, the field will act as a link to

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, 14 May 2004 11:40:55 -0700
On Fri, May 14, 2004 at 07:23:09PM +0200, Ulf Lamping wrote:
> I've added FI_LINK to the possible flags in field_info.
> 
> This flag should be set, if a field references another packet (and using 
> FT_FRAMENUM), like the fields: "response to this is in packet: 23"

*All* FT_FRAMENUM fields refer to another packet - that's the whole
purpose of FT_FRAMENUM fields.  Are there any cases where an FT_FRAMENUM
field should *not* have that flag set?

Furthermore, the code currently requires that a field with FI_LINK set
be an FT_FRAMENUM field; is there any reason not to get rid of FI_LINK
and have *all* FT_FRAMENUM fields (and no other fields) be marked as
links?