mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 18:38:14 +02:00
SMB2: Improved implementation of SMB2_CREATE_CONTEXT
This commit is contained in:
parent
4e71bea5df
commit
7913b5bd9e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace SMBLibrary.SMB2
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class CreateContext
|
public class CreateContext
|
||||||
{
|
{
|
||||||
public int FixedLength = 16;
|
public const int FixedLength = 16;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The offset from the beginning of this Create Context to the beginning of a subsequent 8-byte aligned Create Context.
|
/// The offset from the beginning of this Create Context to the beginning of a subsequent 8-byte aligned Create Context.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue