aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-08 08:21:13 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-08 08:21:13 +0000
commit3412303bf62528236a6add6068e226c6544dab12 (patch)
tree9bd86439e33eb22860b3df7fa25107be07793aab /smb.h
parentcaa3a9f21376a0a3d782e0dd29b57e0350aee76a (diff)
NT Transact dissection, from Ronnie Sahlberg.
svn path=/trunk/; revision=4178
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 d317345ae8..ce792aa543 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.15 2001/11/03 06:56:56 guy Exp $
+ * $Id: smb.h,v 1.16 2001/11/08 08:21:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -663,6 +663,7 @@ typedef struct smb_info {
address *src, *dst;
int frame_req, frame_res;
gboolean unidir;
+ int subcmd;
conversation_t *conversation;