|
@@ -163,6 +163,77 @@
|
|
|
<Compile Include="Services\WorkstationService\Structures\WorkstationInfo101.cs" />
|
|
|
<Compile Include="Services\WorkstationService\Structures\WorkstationInfoLevel.cs" />
|
|
|
<Compile Include="Services\WorkstationService\WorkstationService.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CheckDirectoryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CheckDirectoryResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CloseRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CloseResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CreateDirectoryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\CreateDirectoryResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\DeleteDirectoryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\DeleteDirectoryResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\DeleteRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\DeleteResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\EchoRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\EchoResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\ErrorResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\FindClose2Request.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\FindClose2Response.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\FlushRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\FlushResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\LockingAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\LockingAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\LogoffAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\LogoffAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NegotiateRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NegotiateResponseNotSupported.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NegotiateResponseNTLM.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NegotiateResponseNTLMExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTCreateAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTCreateAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTCreateAndXResponseExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTTransactInterimResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTTransactRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTTransactResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\NTTransactSecondaryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\OpenAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\OpenAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\OpenAndXResponseExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\QueryInformationRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\QueryInformationResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\ReadAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\ReadAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\ReadRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\ReadResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\RenameRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\RenameResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SessionSetupAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SessionSetupAndXRequestExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SessionSetupAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SessionSetupAndXResponseExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SetInformation2Request.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SetInformation2Response.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SetInformationRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SetInformationResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SMBAndXCommand.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\SMBCommand.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\Transaction2Request.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\Transaction2Response.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\Transaction2SecondaryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TransactionRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TransactionResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TransactionSecondaryRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TreeConnectAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TreeConnectAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TreeConnectAndXResponseExtended.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TreeDisconnectRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\TreeDisconnectResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteAndXRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteAndXResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteRawFinalResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteRawInterimResponse.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteRawRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteRequest.cs" />
|
|
|
+ <Compile Include="SMB1\Commands\WriteResponse.cs" />
|
|
|
<Compile Include="SMB1\Enums\CommandName.cs" />
|
|
|
<Compile Include="SMB1\Enums\ExtendedFileAttributes.cs" />
|
|
|
<Compile Include="SMB1\Enums\FileAttributes.cs" />
|
|
@@ -200,77 +271,6 @@
|
|
|
<Compile Include="SMB1\NTTransactSubcommands\NTTransactQuerySecurityDescriptorResponse.cs" />
|
|
|
<Compile Include="SMB1\NTTransactSubcommands\NTTransactSetSecurityDescriptor.cs" />
|
|
|
<Compile Include="SMB1\NTTransactSubcommands\NTTransactSubcommand.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CheckDirectoryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CheckDirectoryResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CloseRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CloseResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CreateDirectoryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\CreateDirectoryResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\DeleteDirectoryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\DeleteDirectoryResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\DeleteRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\DeleteResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\EchoRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\EchoResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\ErrorResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\FindClose2Request.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\FindClose2Response.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\FlushRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\FlushResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\LockingAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\LockingAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\LogoffAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\LogoffAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NegotiateRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NegotiateResponseNotSupported.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NegotiateResponseNTLM.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NegotiateResponseNTLMExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTCreateAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTCreateAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTCreateAndXResponseExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTTransactInterimResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTTransactRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTTransactResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\NTTransactSecondaryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\OpenAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\OpenAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\OpenAndXResponseExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\QueryInformationRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\QueryInformationResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\ReadAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\ReadAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\ReadRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\ReadResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\RenameRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\RenameResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SessionSetupAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SessionSetupAndXRequestExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SessionSetupAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SessionSetupAndXResponseExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SetInformation2Request.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SetInformation2Response.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SetInformationRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SetInformationResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SMBAndXCommand.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\SMBCommand.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\Transaction2Request.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\Transaction2Response.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\Transaction2SecondaryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TransactionRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TransactionResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TransactionSecondaryRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TreeConnectAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TreeConnectAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TreeConnectAndXResponseExtended.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TreeDisconnectRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\TreeDisconnectResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteAndXRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteAndXResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteRawFinalResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteRawInterimResponse.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteRawRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteRequest.cs" />
|
|
|
- <Compile Include="SMB1\SMBCommands\WriteResponse.cs" />
|
|
|
<Compile Include="SMB1\SMBHeader.cs" />
|
|
|
<Compile Include="SMB1\SMBHelper.cs" />
|
|
|
<Compile Include="SMB1\SMBMessage.cs" />
|