mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-02 14:01:50 +02:00
TransactionCallNamedPipeResponse: Added ParametersLength const
This commit is contained in:
parent
be6e2b8ab6
commit
8bd921cc40
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
|
|||
/// </summary>
|
||||
public class TransactionCallNamedPipeResponse : TransactionSubcommand
|
||||
{
|
||||
public const int ParametersLength = 0;
|
||||
// Data:
|
||||
public byte[] ReadData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue