Ethereal-dev: Re: [ethereal-dev] tvbuff + col_append mystery

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: Thu, 15 Jun 2000 09:23:30 -0500
On Thu, Jun 15, 2000 at 08:50:17AM -0500, Frank Singleton wrote:
> 
> 
> Hi ,
> 
> Just to clarify things, it appears that its not so much
> a col_append problem, but just that I cant get past
> this statement unless I use the display filter with
> my protocol string .
> 
> if (check_col(pinfo->fd, COL_INFO)) { ** why dont I get past here ??
> ..
> }

Do you happen to have this statement inside
a if(tree) { } block? That would explain why it doesn't
take effect unless you have a display filter. Can you show
us a snippet of code?

--gilbert