aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-07 08:39:57 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-07 08:39:57 +0000
commit30296fc74511980bad478d56a67d10ab7c01a77f (patch)
tree648a4500b99603efd2a2a4566c70face6ad2c063 /smb.h
parent57091e1abb817dc4c39c704723a0c66ee6389341 (diff)
Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.
svn path=/trunk/; revision=3832
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 7217d9549b..5b686b0c34 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.10 2001/08/05 01:15:27 guy Exp $
+ * $Id: smb.h,v 1.11 2001/08/07 08:39:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -648,6 +648,7 @@ struct smb_info {
int data_offset; /* Offset from parameter to data in transaction */
int data_count; /* Number of bytes of data in transaction */
guint16 ddisp; /* Data displacement for transaction commands */
+ char *trans_cmd; /* Command for mailslot dissection */
};
#endif