Added support for Samba4 clients

This commit is contained in:
lgandx 2015-08-04 13:44:51 -04:00
parent e155b4ef81
commit ee033e0c7f

View file

@ -64,6 +64,16 @@ def Parse_Nego_Dialect(data):
return "\x09\x00"
if Dialect[10] == "NT LM 0.12":
return "\x0a\x00"
if Dialect[11] == "NT LM 0.12":
return "\x0b\x00"
if Dialect[12] == "NT LM 0.12":
return "\x0c\x00"
if Dialect[13] == "NT LM 0.12":
return "\x0d\x00"
if Dialect[14] == "NT LM 0.12":
return "\x0e\x00"
if Dialect[15] == "NT LM 0.12":
return "\x0f\x00"
#Set MID SMB Header field.
def midcalc(data):