mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-22 17:25:54 +02:00
TransactionQueryNamedPipeStateResponse: Added ParametersLength const
This commit is contained in:
parent
8bd921cc40
commit
31a41440e0
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ namespace SMBLibrary.SMB1
|
|||
/// </summary>
|
||||
public class TransactionQueryNamedPipeStateResponse : TransactionSubcommand
|
||||
{
|
||||
public const int ParametersLength = 2;
|
||||
// Parameters;
|
||||
public NamedPipeStatus NMPipeStatus;
|
||||
|
||||
public override byte[] GetSetup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue