Ethereal-dev: Re: [Ethereal-dev] Plugin Question...

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

From: Steve Dickson <steved@xxxxxxxxxxxx>
Date: Wed, 1 Aug 2001 15:16:13 -0400
On Wed, Aug 01, 2001 at 12:04:21PM -0700, Guy Harris wrote:
> > So before I continue debugging this I wanted to run it by you to see
> > if this was a know problem or a simple pilot error.....
> 
> It's not a known problem; not having the code to set the columns in
> front of me, I don't know if it's pilot error, but presumably you're
> just doing
> 
> 	if (check_col(pinfo->fd, COL_INFO))
> 		col_set_str(pinfo->fd, COL_INFO, "This is information");
This is exactly what I'm doing. 

> 
> or something such as that, in which case it's not obviously pilot error,
> either.
If I was a betting man (which I'm not) I would say I'm probably stepping 
on something somewhere down the line.... Only time will tell... 

Thanks for the info!