Ethereal-dev: Re: [Ethereal-dev] packet-smb patch 7 and 8

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, 7 Nov 2001 00:08:43 -0800
On Mon, Nov 05, 2001 at 09:18:12PM +1100, Ronnie Sahlberg wrote:
> Attached are a few (small) patches for current CVS (current as of a few
> hours ago).
> It updates all the and_x commands one by one.

Checked in, with bug fixes and cleanups (and some changes to fix an old
problem that regression tests pointed out - in some SMB packets I've
seen, the last string in the byte parameters area, if Unicode, isn't
properly null-terminated, and it'd be nice not to run past the end of
the byte parameters; the code now checks to make sure it doesn't do
that).