aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-02 20:26:16 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-02 20:26:16 +0000
commitb37500aadc6eaa188552ea16b8e96841484eecc5 (patch)
treebb97e8c84beaa94f32e07d8c15ac32b4d7b3acf7 /epan/dissectors/packet-smb-common.h
parent5944485ccca5f077271afc9c77b1a205b433d587 (diff)
Put in some comments based on information in the
http://davenport.sourceforge.net/ntlm.html document. svn path=/trunk/; revision=11583
Diffstat (limited to 'epan/dissectors/packet-smb-common.h')
-rw-r--r--epan/dissectors/packet-smb-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/dissectors/packet-smb-common.h b/epan/dissectors/packet-smb-common.h
index 94d0a4b889..78d4b8602c 100644
--- a/epan/dissectors/packet-smb-common.h
+++ b/epan/dissectors/packet-smb-common.h
@@ -112,6 +112,15 @@ void register_smb_common(int proto_smb);
extern const value_string ntlm_name_types[];
+/*
+ * XXX - the document at
+ *
+ * http://davenport.sourceforge.net/ntlm.html
+ *
+ * says that a type of 5 has been seen, "apparently containing the
+ * 'parent' DNS domain for servers in subdomains".
+ */
+
#define NTLM_NAME_END 0x0000
#define NTLM_NAME_NB_HOST 0x0001
#define NTLM_NAME_NB_DOMAIN 0x0002