From cb45290dc42adaa3fb00f53372b4c3b791d61fe8 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Fri, 6 Jan 2017 11:12:47 +0200 Subject: [PATCH] Renamed SMB1\SMBCommands to SMB1\Commands --- .../CheckDirectoryRequest.cs | 0 .../CheckDirectoryResponse.cs | 0 .../{SMBCommands => Commands}/CloseRequest.cs | 0 .../CloseResponse.cs | 0 .../CreateDirectoryRequest.cs | 0 .../CreateDirectoryResponse.cs | 0 .../DeleteDirectoryRequest.cs | 0 .../DeleteDirectoryResponse.cs | 0 .../DeleteRequest.cs | 0 .../DeleteResponse.cs | 0 .../{SMBCommands => Commands}/EchoRequest.cs | 0 .../{SMBCommands => Commands}/EchoResponse.cs | 0 .../ErrorResponse.cs | 0 .../FindClose2Request.cs | 0 .../FindClose2Response.cs | 0 .../{SMBCommands => Commands}/FlushRequest.cs | 0 .../FlushResponse.cs | 0 .../LockingAndXRequest.cs | 0 .../LockingAndXResponse.cs | 0 .../LogoffAndXRequest.cs | 0 .../LogoffAndXResponse.cs | 0 .../NTCreateAndXRequest.cs | 0 .../NTCreateAndXResponse.cs | 0 .../NTCreateAndXResponseExtended.cs | 0 .../NTTransactInterimResponse.cs | 0 .../NTTransactRequest.cs | 0 .../NTTransactResponse.cs | 0 .../NTTransactSecondaryRequest.cs | 0 .../NegotiateRequest.cs | 0 .../NegotiateResponseNTLM.cs | 0 .../NegotiateResponseNTLMExtended.cs | 0 .../NegotiateResponseNotSupported.cs | 0 .../OpenAndXRequest.cs | 0 .../OpenAndXResponse.cs | 0 .../OpenAndXResponseExtended.cs | 0 .../QueryInformationRequest.cs | 0 .../QueryInformationResponse.cs | 0 .../ReadAndXRequest.cs | 0 .../ReadAndXResponse.cs | 0 .../{SMBCommands => Commands}/ReadRequest.cs | 0 .../{SMBCommands => Commands}/ReadResponse.cs | 0 .../RenameRequest.cs | 0 .../RenameResponse.cs | 0 .../SMBAndXCommand.cs | 0 .../{SMBCommands => Commands}/SMBCommand.cs | 0 .../SessionSetupAndXRequest.cs | 0 .../SessionSetupAndXRequestExtended.cs | 0 .../SessionSetupAndXResponse.cs | 0 .../SessionSetupAndXResponseExtended.cs | 0 .../SetInformation2Request.cs | 0 .../SetInformation2Response.cs | 0 .../SetInformationRequest.cs | 0 .../SetInformationResponse.cs | 0 .../Transaction2Request.cs | 0 .../Transaction2Response.cs | 0 .../Transaction2SecondaryRequest.cs | 0 .../TransactionRequest.cs | 0 .../TransactionResponse.cs | 0 .../TransactionSecondaryRequest.cs | 0 .../TreeConnectAndXRequest.cs | 0 .../TreeConnectAndXResponse.cs | 0 .../TreeConnectAndXResponseExtended.cs | 0 .../TreeDisconnectRequest.cs | 0 .../TreeDisconnectResponse.cs | 0 .../WriteAndXRequest.cs | 0 .../WriteAndXResponse.cs | 0 .../WriteRawFinalResponse.cs | 0 .../WriteRawInterimResponse.cs | 0 .../WriteRawRequest.cs | 0 .../{SMBCommands => Commands}/WriteRequest.cs | 0 .../WriteResponse.cs | 0 SMBLibrary/SMBLibrary.csproj | 142 +++++++++--------- 72 files changed, 71 insertions(+), 71 deletions(-) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CheckDirectoryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CheckDirectoryResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CloseRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CloseResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CreateDirectoryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/CreateDirectoryResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/DeleteDirectoryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/DeleteDirectoryResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/DeleteRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/DeleteResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/EchoRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/EchoResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/ErrorResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/FindClose2Request.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/FindClose2Response.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/FlushRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/FlushResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/LockingAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/LockingAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/LogoffAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/LogoffAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTCreateAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTCreateAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTCreateAndXResponseExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTTransactInterimResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTTransactRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTTransactResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NTTransactSecondaryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NegotiateRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NegotiateResponseNTLM.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NegotiateResponseNTLMExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/NegotiateResponseNotSupported.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/OpenAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/OpenAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/OpenAndXResponseExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/QueryInformationRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/QueryInformationResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/ReadAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/ReadAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/ReadRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/ReadResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/RenameRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/RenameResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SMBAndXCommand.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SMBCommand.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SessionSetupAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SessionSetupAndXRequestExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SessionSetupAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SessionSetupAndXResponseExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SetInformation2Request.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SetInformation2Response.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SetInformationRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/SetInformationResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/Transaction2Request.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/Transaction2Response.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/Transaction2SecondaryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TransactionRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TransactionResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TransactionSecondaryRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TreeConnectAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TreeConnectAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TreeConnectAndXResponseExtended.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TreeDisconnectRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/TreeDisconnectResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteAndXRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteAndXResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteRawFinalResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteRawInterimResponse.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteRawRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteRequest.cs (100%) rename SMBLibrary/SMB1/{SMBCommands => Commands}/WriteResponse.cs (100%) diff --git a/SMBLibrary/SMB1/SMBCommands/CheckDirectoryRequest.cs b/SMBLibrary/SMB1/Commands/CheckDirectoryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CheckDirectoryRequest.cs rename to SMBLibrary/SMB1/Commands/CheckDirectoryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/CheckDirectoryResponse.cs b/SMBLibrary/SMB1/Commands/CheckDirectoryResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CheckDirectoryResponse.cs rename to SMBLibrary/SMB1/Commands/CheckDirectoryResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/CloseRequest.cs b/SMBLibrary/SMB1/Commands/CloseRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CloseRequest.cs rename to SMBLibrary/SMB1/Commands/CloseRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/CloseResponse.cs b/SMBLibrary/SMB1/Commands/CloseResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CloseResponse.cs rename to SMBLibrary/SMB1/Commands/CloseResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/CreateDirectoryRequest.cs b/SMBLibrary/SMB1/Commands/CreateDirectoryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CreateDirectoryRequest.cs rename to SMBLibrary/SMB1/Commands/CreateDirectoryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/CreateDirectoryResponse.cs b/SMBLibrary/SMB1/Commands/CreateDirectoryResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/CreateDirectoryResponse.cs rename to SMBLibrary/SMB1/Commands/CreateDirectoryResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/DeleteDirectoryRequest.cs b/SMBLibrary/SMB1/Commands/DeleteDirectoryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/DeleteDirectoryRequest.cs rename to SMBLibrary/SMB1/Commands/DeleteDirectoryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/DeleteDirectoryResponse.cs b/SMBLibrary/SMB1/Commands/DeleteDirectoryResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/DeleteDirectoryResponse.cs rename to SMBLibrary/SMB1/Commands/DeleteDirectoryResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/DeleteRequest.cs b/SMBLibrary/SMB1/Commands/DeleteRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/DeleteRequest.cs rename to SMBLibrary/SMB1/Commands/DeleteRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/DeleteResponse.cs b/SMBLibrary/SMB1/Commands/DeleteResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/DeleteResponse.cs rename to SMBLibrary/SMB1/Commands/DeleteResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/EchoRequest.cs b/SMBLibrary/SMB1/Commands/EchoRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/EchoRequest.cs rename to SMBLibrary/SMB1/Commands/EchoRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/EchoResponse.cs b/SMBLibrary/SMB1/Commands/EchoResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/EchoResponse.cs rename to SMBLibrary/SMB1/Commands/EchoResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/ErrorResponse.cs b/SMBLibrary/SMB1/Commands/ErrorResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/ErrorResponse.cs rename to SMBLibrary/SMB1/Commands/ErrorResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/FindClose2Request.cs b/SMBLibrary/SMB1/Commands/FindClose2Request.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/FindClose2Request.cs rename to SMBLibrary/SMB1/Commands/FindClose2Request.cs diff --git a/SMBLibrary/SMB1/SMBCommands/FindClose2Response.cs b/SMBLibrary/SMB1/Commands/FindClose2Response.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/FindClose2Response.cs rename to SMBLibrary/SMB1/Commands/FindClose2Response.cs diff --git a/SMBLibrary/SMB1/SMBCommands/FlushRequest.cs b/SMBLibrary/SMB1/Commands/FlushRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/FlushRequest.cs rename to SMBLibrary/SMB1/Commands/FlushRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/FlushResponse.cs b/SMBLibrary/SMB1/Commands/FlushResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/FlushResponse.cs rename to SMBLibrary/SMB1/Commands/FlushResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/LockingAndXRequest.cs b/SMBLibrary/SMB1/Commands/LockingAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/LockingAndXRequest.cs rename to SMBLibrary/SMB1/Commands/LockingAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/LockingAndXResponse.cs b/SMBLibrary/SMB1/Commands/LockingAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/LockingAndXResponse.cs rename to SMBLibrary/SMB1/Commands/LockingAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/LogoffAndXRequest.cs b/SMBLibrary/SMB1/Commands/LogoffAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/LogoffAndXRequest.cs rename to SMBLibrary/SMB1/Commands/LogoffAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/LogoffAndXResponse.cs b/SMBLibrary/SMB1/Commands/LogoffAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/LogoffAndXResponse.cs rename to SMBLibrary/SMB1/Commands/LogoffAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTCreateAndXRequest.cs b/SMBLibrary/SMB1/Commands/NTCreateAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTCreateAndXRequest.cs rename to SMBLibrary/SMB1/Commands/NTCreateAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTCreateAndXResponse.cs b/SMBLibrary/SMB1/Commands/NTCreateAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTCreateAndXResponse.cs rename to SMBLibrary/SMB1/Commands/NTCreateAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTCreateAndXResponseExtended.cs b/SMBLibrary/SMB1/Commands/NTCreateAndXResponseExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTCreateAndXResponseExtended.cs rename to SMBLibrary/SMB1/Commands/NTCreateAndXResponseExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTTransactInterimResponse.cs b/SMBLibrary/SMB1/Commands/NTTransactInterimResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTTransactInterimResponse.cs rename to SMBLibrary/SMB1/Commands/NTTransactInterimResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTTransactRequest.cs b/SMBLibrary/SMB1/Commands/NTTransactRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTTransactRequest.cs rename to SMBLibrary/SMB1/Commands/NTTransactRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTTransactResponse.cs b/SMBLibrary/SMB1/Commands/NTTransactResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTTransactResponse.cs rename to SMBLibrary/SMB1/Commands/NTTransactResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NTTransactSecondaryRequest.cs b/SMBLibrary/SMB1/Commands/NTTransactSecondaryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NTTransactSecondaryRequest.cs rename to SMBLibrary/SMB1/Commands/NTTransactSecondaryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NegotiateRequest.cs b/SMBLibrary/SMB1/Commands/NegotiateRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NegotiateRequest.cs rename to SMBLibrary/SMB1/Commands/NegotiateRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NegotiateResponseNTLM.cs b/SMBLibrary/SMB1/Commands/NegotiateResponseNTLM.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NegotiateResponseNTLM.cs rename to SMBLibrary/SMB1/Commands/NegotiateResponseNTLM.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NegotiateResponseNTLMExtended.cs b/SMBLibrary/SMB1/Commands/NegotiateResponseNTLMExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NegotiateResponseNTLMExtended.cs rename to SMBLibrary/SMB1/Commands/NegotiateResponseNTLMExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/NegotiateResponseNotSupported.cs b/SMBLibrary/SMB1/Commands/NegotiateResponseNotSupported.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/NegotiateResponseNotSupported.cs rename to SMBLibrary/SMB1/Commands/NegotiateResponseNotSupported.cs diff --git a/SMBLibrary/SMB1/SMBCommands/OpenAndXRequest.cs b/SMBLibrary/SMB1/Commands/OpenAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/OpenAndXRequest.cs rename to SMBLibrary/SMB1/Commands/OpenAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/OpenAndXResponse.cs b/SMBLibrary/SMB1/Commands/OpenAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/OpenAndXResponse.cs rename to SMBLibrary/SMB1/Commands/OpenAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/OpenAndXResponseExtended.cs b/SMBLibrary/SMB1/Commands/OpenAndXResponseExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/OpenAndXResponseExtended.cs rename to SMBLibrary/SMB1/Commands/OpenAndXResponseExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/QueryInformationRequest.cs b/SMBLibrary/SMB1/Commands/QueryInformationRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/QueryInformationRequest.cs rename to SMBLibrary/SMB1/Commands/QueryInformationRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/QueryInformationResponse.cs b/SMBLibrary/SMB1/Commands/QueryInformationResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/QueryInformationResponse.cs rename to SMBLibrary/SMB1/Commands/QueryInformationResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/ReadAndXRequest.cs b/SMBLibrary/SMB1/Commands/ReadAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/ReadAndXRequest.cs rename to SMBLibrary/SMB1/Commands/ReadAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/ReadAndXResponse.cs b/SMBLibrary/SMB1/Commands/ReadAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/ReadAndXResponse.cs rename to SMBLibrary/SMB1/Commands/ReadAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/ReadRequest.cs b/SMBLibrary/SMB1/Commands/ReadRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/ReadRequest.cs rename to SMBLibrary/SMB1/Commands/ReadRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/ReadResponse.cs b/SMBLibrary/SMB1/Commands/ReadResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/ReadResponse.cs rename to SMBLibrary/SMB1/Commands/ReadResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/RenameRequest.cs b/SMBLibrary/SMB1/Commands/RenameRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/RenameRequest.cs rename to SMBLibrary/SMB1/Commands/RenameRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/RenameResponse.cs b/SMBLibrary/SMB1/Commands/RenameResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/RenameResponse.cs rename to SMBLibrary/SMB1/Commands/RenameResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SMBAndXCommand.cs b/SMBLibrary/SMB1/Commands/SMBAndXCommand.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SMBAndXCommand.cs rename to SMBLibrary/SMB1/Commands/SMBAndXCommand.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SMBCommand.cs b/SMBLibrary/SMB1/Commands/SMBCommand.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SMBCommand.cs rename to SMBLibrary/SMB1/Commands/SMBCommand.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SessionSetupAndXRequest.cs b/SMBLibrary/SMB1/Commands/SessionSetupAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SessionSetupAndXRequest.cs rename to SMBLibrary/SMB1/Commands/SessionSetupAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SessionSetupAndXRequestExtended.cs b/SMBLibrary/SMB1/Commands/SessionSetupAndXRequestExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SessionSetupAndXRequestExtended.cs rename to SMBLibrary/SMB1/Commands/SessionSetupAndXRequestExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SessionSetupAndXResponse.cs b/SMBLibrary/SMB1/Commands/SessionSetupAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SessionSetupAndXResponse.cs rename to SMBLibrary/SMB1/Commands/SessionSetupAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SessionSetupAndXResponseExtended.cs b/SMBLibrary/SMB1/Commands/SessionSetupAndXResponseExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SessionSetupAndXResponseExtended.cs rename to SMBLibrary/SMB1/Commands/SessionSetupAndXResponseExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SetInformation2Request.cs b/SMBLibrary/SMB1/Commands/SetInformation2Request.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SetInformation2Request.cs rename to SMBLibrary/SMB1/Commands/SetInformation2Request.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SetInformation2Response.cs b/SMBLibrary/SMB1/Commands/SetInformation2Response.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SetInformation2Response.cs rename to SMBLibrary/SMB1/Commands/SetInformation2Response.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SetInformationRequest.cs b/SMBLibrary/SMB1/Commands/SetInformationRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SetInformationRequest.cs rename to SMBLibrary/SMB1/Commands/SetInformationRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/SetInformationResponse.cs b/SMBLibrary/SMB1/Commands/SetInformationResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/SetInformationResponse.cs rename to SMBLibrary/SMB1/Commands/SetInformationResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/Transaction2Request.cs b/SMBLibrary/SMB1/Commands/Transaction2Request.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/Transaction2Request.cs rename to SMBLibrary/SMB1/Commands/Transaction2Request.cs diff --git a/SMBLibrary/SMB1/SMBCommands/Transaction2Response.cs b/SMBLibrary/SMB1/Commands/Transaction2Response.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/Transaction2Response.cs rename to SMBLibrary/SMB1/Commands/Transaction2Response.cs diff --git a/SMBLibrary/SMB1/SMBCommands/Transaction2SecondaryRequest.cs b/SMBLibrary/SMB1/Commands/Transaction2SecondaryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/Transaction2SecondaryRequest.cs rename to SMBLibrary/SMB1/Commands/Transaction2SecondaryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TransactionRequest.cs b/SMBLibrary/SMB1/Commands/TransactionRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TransactionRequest.cs rename to SMBLibrary/SMB1/Commands/TransactionRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TransactionResponse.cs b/SMBLibrary/SMB1/Commands/TransactionResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TransactionResponse.cs rename to SMBLibrary/SMB1/Commands/TransactionResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TransactionSecondaryRequest.cs b/SMBLibrary/SMB1/Commands/TransactionSecondaryRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TransactionSecondaryRequest.cs rename to SMBLibrary/SMB1/Commands/TransactionSecondaryRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TreeConnectAndXRequest.cs b/SMBLibrary/SMB1/Commands/TreeConnectAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TreeConnectAndXRequest.cs rename to SMBLibrary/SMB1/Commands/TreeConnectAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TreeConnectAndXResponse.cs b/SMBLibrary/SMB1/Commands/TreeConnectAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TreeConnectAndXResponse.cs rename to SMBLibrary/SMB1/Commands/TreeConnectAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TreeConnectAndXResponseExtended.cs b/SMBLibrary/SMB1/Commands/TreeConnectAndXResponseExtended.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TreeConnectAndXResponseExtended.cs rename to SMBLibrary/SMB1/Commands/TreeConnectAndXResponseExtended.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TreeDisconnectRequest.cs b/SMBLibrary/SMB1/Commands/TreeDisconnectRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TreeDisconnectRequest.cs rename to SMBLibrary/SMB1/Commands/TreeDisconnectRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/TreeDisconnectResponse.cs b/SMBLibrary/SMB1/Commands/TreeDisconnectResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/TreeDisconnectResponse.cs rename to SMBLibrary/SMB1/Commands/TreeDisconnectResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteAndXRequest.cs b/SMBLibrary/SMB1/Commands/WriteAndXRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteAndXRequest.cs rename to SMBLibrary/SMB1/Commands/WriteAndXRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteAndXResponse.cs b/SMBLibrary/SMB1/Commands/WriteAndXResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteAndXResponse.cs rename to SMBLibrary/SMB1/Commands/WriteAndXResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteRawFinalResponse.cs b/SMBLibrary/SMB1/Commands/WriteRawFinalResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteRawFinalResponse.cs rename to SMBLibrary/SMB1/Commands/WriteRawFinalResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteRawInterimResponse.cs b/SMBLibrary/SMB1/Commands/WriteRawInterimResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteRawInterimResponse.cs rename to SMBLibrary/SMB1/Commands/WriteRawInterimResponse.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteRawRequest.cs b/SMBLibrary/SMB1/Commands/WriteRawRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteRawRequest.cs rename to SMBLibrary/SMB1/Commands/WriteRawRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteRequest.cs b/SMBLibrary/SMB1/Commands/WriteRequest.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteRequest.cs rename to SMBLibrary/SMB1/Commands/WriteRequest.cs diff --git a/SMBLibrary/SMB1/SMBCommands/WriteResponse.cs b/SMBLibrary/SMB1/Commands/WriteResponse.cs similarity index 100% rename from SMBLibrary/SMB1/SMBCommands/WriteResponse.cs rename to SMBLibrary/SMB1/Commands/WriteResponse.cs diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index ee196c3..eb124c3 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -163,6 +163,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -200,77 +271,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -