Ethereal-dev: Re: [ethereal-dev] Bits 'n' pieces

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 14 Jul 2000 09:40:43 -0500
On Fri, Jul 14, 2000 at 09:14:27AM -0500, Neil Hunter wrote:
> 
> 
> > Guy - what are your thoughts? How's your work on the FT_STRING additions?
> > (FT_NSTRING would be good for this, although I can't remember now if
> > that's what you were working on, or if it was FT_STRINGZ. I think
> > you were working on FT_STRINGZ, and I thought to myself that FT_NSTRING
> > would be a good idea, too.)
> 
> FT_NSTRING sounds like an ideal solution!

Except, by "FT_NSTRING", I meant a string that has an initial byte that represents
the length. But I believe Guy is working on a solution. So, we'll have:

A string class that correlates to a C string... NUL-terminated.
A string class with a predetermined length (for your dissector)
A string class with a prefixed length byte (I'm sure some dissector needs it).

--gilbert