aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-12 08:46:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-12 08:46:14 +0000
commit7113ec93ee02656558845c6cd4b4791decc0a2c2 (patch)
treebdf23685c9e97efcf9988397cb63e403dab45ce6 /smb.h
parent1f27f9d13591d74870c078bc26a233d690362566 (diff)
Transaction2 tvbuffified, and support added for many Transaction2 SMBs,
from Ronnie Sahlberg. Various other bug fixes, cleanups, and other improvements. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4193 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index ce792aa543..d0ef8b3b19 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.16 2001/11/08 08:21:13 guy Exp $
+ * $Id: smb.h,v 1.17 2001/11/12 08:46:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -664,6 +664,8 @@ typedef struct smb_info {
int frame_req, frame_res;
gboolean unidir;
int subcmd;
+ int info_level;
+ int info_count;
conversation_t *conversation;