Skip to content

Commit

Permalink
SMB2: Updated NegotiateContextType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Aug 3, 2024
1 parent e0d8e8d commit 351093f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SMBLibrary/SMB2/Enums/Negotiate/NegotiateContextType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ public enum NegotiateContextType : ushort
{
SMB2_PREAUTH_INTEGRITY_CAPABILITIES = 0x0001,
SMB2_ENCRYPTION_CAPABILITIES = 0x0002,
SMB2_COMPRESSION_CAPABILITIES = 0x0003,
SMB2_NETNAME_NEGOTIATE_CONTEXT_ID = 0x0005,
SMB2_TRANSPORT_CAPABILITIES = 0x0006,
SMB2_RDMA_TRANSFORM_CAPABILITIES = 0x0007,
SMB2_SIGNING_CAPABILITIES = 0x0008,
}
}

0 comments on commit 351093f

Please sign in to comment.