Ethereal-dev: Re: [Ethereal-dev] smb, dcerpc, having old-style dissector call a tvbuff one?

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: Thu, 2 Aug 2001 10:14:12 -0700
On Sun, Jul 22, 2001 at 05:46:39PM +1000, Tim Potter wrote:
> I had most of a patch to do this.  You need to take the uid from
> the sesssetupX packet, the tid from the tconX, and the fid from
> the ntcreateX packet.  This information, plus the existing
> guint32 conversation id gives you a unique tuple that you can
> match to a pipe name.

Will the UID and TID be the same as the ones that appear in the
TRANSACTION SMB that contains the MSRPC messages?

And does the FID appear in the TRANSACTION SMB?  If not, something else
in that SMB must indicate which pipe is being used.