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()".
