Renamed SMBHelper to SMB1Helper

This commit is contained in:
Tal Aloni 2017-01-10 11:15:12 +02:00
parent 53de01c3d6
commit 2342765afb
53 changed files with 209 additions and 209 deletions

View file

@ -38,7 +38,7 @@ namespace SMBLibrary.SMB1
{
throw new InvalidRequestException("Unsupported Buffer Format");
}
FileName = SMBHelper.ReadSMBString(this.SMBData, 1, isUnicode);
FileName = SMB1Helper.ReadSMBString(this.SMBData, 1, isUnicode);
}
public override byte[] GetBytes(bool isUnicode)