NTTransactIOCTLResponse: Added ParametersLength const

This commit is contained in:
Tal Aloni 2019-01-23 22:35:43 +02:00
parent 42935e464c
commit b842932c0b

View file

@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary> /// </summary>
public class NTTransactIOCTLResponse : NTTransactSubcommand public class NTTransactIOCTLResponse : NTTransactSubcommand
{ {
public const int ParametersLength = 0;
public const int SetupLength = 2; public const int SetupLength = 2;
// Setup: // Setup:
public ushort TransactionDataSize; // in bytes public ushort TransactionDataSize; // in bytes