aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.h
diff options
context:
space:
mode:
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