Changed ParametersLength data type for uniformity

This commit is contained in:
Tal Aloni 2019-01-23 22:40:15 +02:00
parent 03059cd78b
commit 44f62571aa
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class LockingAndXResponse : SMBAndXCommand
{
public const uint ParametersLength = 4;
public const int ParametersLength = 4;
public LockingAndXResponse() : base()
{

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class LogoffAndXRequest : SMBAndXCommand
{
public const uint ParametersLength = 4;
public const int ParametersLength = 4;
public LogoffAndXRequest() : base()
{

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class LogoffAndXResponse : SMBAndXCommand
{
public const uint ParametersLength = 4;
public const int ParametersLength = 4;
public LogoffAndXResponse() : base()
{

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class WriteRawFinalResponse : SMB1Command
{
public const ushort ParametersLength = 2;
public const int ParametersLength = 2;
// Parameters;
public ushort Count;

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class WriteRawInterimResponse : SMB1Command
{
public const ushort ParametersLength = 2;
public const int ParametersLength = 2;
// Parameters;
public ushort Available;

View file

@ -16,7 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class NTTransactQuerySecurityDescriptorResponse : NTTransactSubcommand
{
public const uint ParametersLength = 4;
public const int ParametersLength = 4;
// Parameters:
public uint LengthNeeded;
// Data