mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-18 04:53:46 +02:00
Renamed SMBCommand to SMB1Command
This commit is contained in:
parent
f340094946
commit
8b7d8b289b
60 changed files with 93 additions and 93 deletions
|
@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
|
|||
/// This command is obsolete.
|
||||
/// This command is used by Windows NT4 SP6.
|
||||
/// </summary>
|
||||
public class CreateDirectoryRequest : SMBCommand
|
||||
public class CreateDirectoryRequest : SMB1Command
|
||||
{
|
||||
public const byte SupportedBufferFormat = 0x04;
|
||||
// Data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue