mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-15 08:56:56 +02:00
ServerService: Implementation improvement
This commit is contained in:
parent
4d613ecd11
commit
a9b13c99e5
1 changed files with 6 additions and 1 deletions
|
@ -56,8 +56,13 @@ namespace SMBLibrary.Services
|
||||||
parser.ReadEmbeddedStructureFullPointer<ShareInfo1Container>(ref info1);
|
parser.ReadEmbeddedStructureFullPointer<ShareInfo1Container>(ref info1);
|
||||||
Info = info1;
|
Info = info1;
|
||||||
break;
|
break;
|
||||||
default:
|
case 2:
|
||||||
|
case 501:
|
||||||
|
case 502:
|
||||||
|
case 503:
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
parser.EndStructure(); // SHARE_ENUM_UNION
|
parser.EndStructure(); // SHARE_ENUM_UNION
|
||||||
parser.EndStructure(); // SHARE_ENUM_STRUCT
|
parser.EndStructure(); // SHARE_ENUM_STRUCT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue