Ethereal-dev: Re: [Ethereal-dev] Filter for 8 bytes fields?

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 15 Jan 2001 12:12:52 -0800 (PST)
> I am working on adding filter expression capabilities to packet-isakamp.c
> and therefore wish to add a field which is 8 bytes long (the initiator and
> responder cookies).
> It does not fall into any of the pre-defined types. Should I add it as
> FT_BYTES?

If the cookies are opaque arrays of bytes, FT_BYTES would be the natural
choice for them.