aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-18 22:44:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-18 22:44:08 +0000
commit8c358fd83e99d639629718279e42a752a9a5edc2 (patch)
treece9020f9977b04c634301b090d2f58b63122cecc /smb.h
parentdbec2dc1e8d4ebf7e6dd12a75d38d49de3315e11 (diff)
From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of the
conversation matching. svn path=/trunk/; revision=4220
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index df4e747419..32d5829fab 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.21 2001/11/18 02:51:20 guy Exp $
+ * $Id: smb.h,v 1.22 2001/11/18 22:44:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -665,6 +665,7 @@ typedef struct smb_info {
gboolean request; /* Is this a request? */
gboolean unidir;
int info_count;
+ guint16 fid;
smb_saved_info_t *sip; /* smb_saved_info_t, if any, for this */
} smb_info_t;