Ethereal-dev: Re: [Ethereal-dev] [PATCH] fix for multiple dcerpc connections over single socke

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

From: Tim Potter <tpot@xxxxxxxxx>
Date: Sun, 18 Nov 2001 11:01:59 +1100
On Sun, Nov 18, 2001 at 10:48:34AM +1100, Tim Potter wrote:

> Hi everyone.  Here's another msrpc patch.  Microsoft DCERPC over SMB

Oops - forgot to test this against a fresh tree.  Sorry.


Tim.

Index: smb.h
===================================================================
RCS file: /cvsroot/ethereal/smb.h,v
retrieving revision 1.19
diff -u -r1.19 smb.h
--- smb.h	2001/11/16 07:56:28	1.19
+++ smb.h	2001/11/17 23:59:58
@@ -654,6 +654,7 @@
   int trans_subcmd;
   int info_level;
   int info_count;
+  guint16 fid;
 
   struct smb_request_val *request_val;
   gboolean unicode;		/* Are strings in this SMB Unicode? */