Ethereal-dev: Re: [Ethereal-dev] SMBpatch for read/write and x

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, 28 Nov 2001 03:49:14 -0800
On Wed, Nov 28, 2001 at 11:20:11AM +0000, Pia Sahlberg wrote:
> Attached is a tiny patch which tracks FID values between  requests
> and responses for ReadAndX and WriteAndX.

Checked in, with a change probably required as a result of my latest
checkin (if pinfo->fd->flags.visited is TRUE, there's no guarantee that,
for a request, "si->sip" points to the "smb_saved_info_t" for the
request, or even that it's non-null, so information should be saved only
if "visited" is false).