Ethereal-dev: Re: [Ethereal-dev] Misc packet-smb.c patches

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 13 Feb 2002 21:54:48 -0800
On Thu, Feb 14, 2002 at 03:05:02AM +1100, Tim Potter wrote:
> Hi everyone.  Here's a bunch of small updates for the smb dissector.

Checked in, although:

>   - Display the fid number in the info column for trans2_find_first2 and
>     trans2_open2.

There is no FID number in trans2_find_first2 (a full pathname, possibly
with a wildcard at the end, gets sent over the wire), and there was
already code to display it in trans2_open2 (it called "add_fid()", which
adds a FID field to the protocol tree and also appends it to the Info
column).