Ethereal-users: Re: [ethereal-users] One strange thing about the MS Netmon 2.x capture file

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Thu, 23 Mar 2000 01:11:47 -0800
> Ethereal stops before the '\0' on the line containing the " ` " character,  

That's because it's using "strlen()" to figure out how much data there
is, and that stops on a '\0'.

I'll look into making it not do so.