aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-08-30 23:49:22 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-08-30 23:49:22 +0000
commitf44c41f4ed3c0c94b313d66aaa3cdf8568392ef7 (patch)
treeb3264582907c4e83861bc8fbbd6c708bf66c7779 /smb.h
parenta668d8c10b123cd7b7f5ba561ab57b428b603822 (diff)
Add support for raw NTLMSSP blobs when talking to XP etc ...
More to do yet though ... svn path=/trunk/; revision=6148
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 98d17e0ac7..343d29d142 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.44 2002/08/28 21:00:41 jmayer Exp $
+ * $Id: smb.h,v 1.45 2002/08/30 23:49:22 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -283,6 +283,7 @@ typedef struct smb_info {
gboolean unicode; /* Are strings in this SMB Unicode? */
gboolean request; /* Is this a request? */
gboolean unidir;
+ gboolean raw_ntlmssp; /* Do extended security exc use raw ntlmssp */
int info_level;
int info_count;
smb_saved_info_t *sip; /* smb_saved_info_t, if any, for this */