From 5f4af1e35b24cf92936bf467d291345f3ec4119a Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sat, 3 Aug 2024 13:34:15 +0300 Subject: [PATCH] Move NegotiateContext structures to a separate directory --- .../Structures/{ => NegotiateContext}/EncryptionCapabilities.cs | 0 .../SMB2/Structures/{ => NegotiateContext}/NegotiateContext.cs | 0 .../{ => NegotiateContext}/PreAuthIntegrityCapabilities.cs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename SMBLibrary/SMB2/Structures/{ => NegotiateContext}/EncryptionCapabilities.cs (100%) rename SMBLibrary/SMB2/Structures/{ => NegotiateContext}/NegotiateContext.cs (100%) rename SMBLibrary/SMB2/Structures/{ => NegotiateContext}/PreAuthIntegrityCapabilities.cs (100%) diff --git a/SMBLibrary/SMB2/Structures/EncryptionCapabilities.cs b/SMBLibrary/SMB2/Structures/NegotiateContext/EncryptionCapabilities.cs similarity index 100% rename from SMBLibrary/SMB2/Structures/EncryptionCapabilities.cs rename to SMBLibrary/SMB2/Structures/NegotiateContext/EncryptionCapabilities.cs diff --git a/SMBLibrary/SMB2/Structures/NegotiateContext.cs b/SMBLibrary/SMB2/Structures/NegotiateContext/NegotiateContext.cs similarity index 100% rename from SMBLibrary/SMB2/Structures/NegotiateContext.cs rename to SMBLibrary/SMB2/Structures/NegotiateContext/NegotiateContext.cs diff --git a/SMBLibrary/SMB2/Structures/PreAuthIntegrityCapabilities.cs b/SMBLibrary/SMB2/Structures/NegotiateContext/PreAuthIntegrityCapabilities.cs similarity index 100% rename from SMBLibrary/SMB2/Structures/PreAuthIntegrityCapabilities.cs rename to SMBLibrary/SMB2/Structures/NegotiateContext/PreAuthIntegrityCapabilities.cs