aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-08-31 05:31:42 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-08-31 05:31:42 +0000
commit7dd034e9bf39ce215b866927f6d2adbddaa1051c (patch)
treeef2de4a0a3819c03ebb48198a151c9e87936b921 /smb.h
parent074cb0f6d2e05ad72d6888b3cde0f1c8fed36c8b (diff)
Properly handle raw ntlmssp ...
svn path=/trunk/; revision=6151
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smb.h b/smb.h
index a0b8060c77..2d7ad465c9 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.46 2002/08/31 00:12:14 sharpe Exp $
+ * $Id: smb.h,v 1.47 2002/08/31 05:31:42 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -233,7 +233,6 @@ typedef struct {
nstime_t req_time;
guint16 flags;
int cmd;
- gboolean raw_ntlmssp; /* Do extended security exc use raw ntlmssp */
void *extra_info;
} smb_saved_info_t;
@@ -276,6 +275,7 @@ typedef struct conv_tables {
GHashTable *dcerpc_fid_to_frame;
/* This table is used to track TID->services for a conversation */
GHashTable *tid_service;
+ gboolean raw_ntlmssp; /* Do extended security exc use raw ntlmssp */
} conv_tables_t;
typedef struct smb_info {