aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-08 08:21:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-08 08:21:13 +0000
commitbfe39e50529c294e065d637980847701608e8d2a (patch)
tree9bd86439e33eb22860b3df7fa25107be07793aab /smb.h
parentd61727da32d0aa0a42cbde434a6cb69b2044f841 (diff)
NT Transact dissection, from Ronnie Sahlberg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4178 f5534014-38df-0310-8fa8-9805f1628bb7
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;