mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 18:38:14 +02:00
Renamed SMBHelper to SMB1Helper
This commit is contained in:
parent
53de01c3d6
commit
2342765afb
53 changed files with 209 additions and 209 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue