Add more SMB subcommands and arguments. Log SMB1 error messages too.

This commit is contained in:
Vlad Grigorescu 2014-10-07 17:32:01 -04:00
parent a6de23aaa3
commit 0d615b0319
6 changed files with 61 additions and 7 deletions

View file

@ -103,7 +103,7 @@ refine connection SMB_Conn += {
response->Assign(4, smb_string2stringval(${val.ntlm.primary_domain}));
//response->Assign(5, bytestring_to_val(${val.ntlm.security_blob}));
break;
case 0: // Error!
default: // Error!
break;
}