aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-12 08:46:14 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-12 08:46:14 +0000
commit0b0116e207e30177d57ee227879faae9b74cd16c (patch)
treebdf23685c9e97efcf9988397cb63e403dab45ce6 /smb.h
parent45cc752b95e39758373ff9525ef488b7abfda8af (diff)
Transaction2 tvbuffified, and support added for many Transaction2 SMBs,
from Ronnie Sahlberg. Various other bug fixes, cleanups, and other improvements. svn path=/trunk/; revision=4193
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;