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