mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-05 07:21:28 +02:00
Moved DFS structures to DFS directory
This commit is contained in:
parent
e84917b83d
commit
2646b952ea
4 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.SMB1
|
||||
namespace SMBLibrary
|
||||
{
|
||||
public abstract class DfsReferralEntry
|
||||
{
|
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.SMB1
|
||||
namespace SMBLibrary
|
||||
{
|
||||
/// <summary>
|
||||
/// [MS-DFSC] REQ_GET_DFS_REFERRAL
|
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.SMB1
|
||||
namespace SMBLibrary
|
||||
{
|
||||
/// <summary>
|
||||
/// [MS-DFSC] RESP_GET_DFS_REFERRAL
|
|
@ -64,6 +64,9 @@
|
|||
<Compile Include="Client\SMB1FileStore.cs" />
|
||||
<Compile Include="Client\SMB2Client.cs" />
|
||||
<Compile Include="Client\SMB2FileStore.cs" />
|
||||
<Compile Include="DFS\DfsReferralEntry.cs" />
|
||||
<Compile Include="DFS\RequestGetDfsReferral.cs" />
|
||||
<Compile Include="DFS\ResponseGetDfsReferral.cs" />
|
||||
<Compile Include="Enums\NTStatus.cs" />
|
||||
<Compile Include="Enums\SMBTransportType.cs" />
|
||||
<Compile Include="Enums\Win32Error.cs" />
|
||||
|
@ -423,9 +426,6 @@
|
|||
<Compile Include="SMB1\Transaction2Subcommands\EnumStructures\AccessModeOptions.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\EnumStructures\ActionTaken.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\EnumStructures\OpenMode.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Structures\DFSReferral\DfsReferralEntry.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Structures\DFSReferral\RequestGetDfsReferral.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Structures\DFSReferral\ResponseGetDfsReferral.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Transaction2CreateDirectoryRequest.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Transaction2CreateDirectoryResponse.cs" />
|
||||
<Compile Include="SMB1\Transaction2Subcommands\Transaction2FindFirst2Request.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue