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: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 1 Aug 2001 12:04:21 -0700 (PDT)
> 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");

or something such as that, in which case it's not obviously pilot error,
either.