Ethereal-dev: Re: [Ethereal-dev] COL_INFO for andX commands

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: Mon, 22 Jul 2002 11:54:15 -0700
On Mon, Jul 22, 2002 at 02:19:24PM +0930, Richard Sharpe wrote:
> A quick way I can see to do it is to introduce an extra parameter to 
> dissect_smb_command called first, set to true when dissect_smb_command is 
> called by dissect_smb, and False when called on an andX.
> 
> Then we can choose whether to col_add_fstr or col_append_fstr.

The SMB dissector clears the Info column very early in the dissection
process, so you can, presumably, always use "col_append_fstr()".