|
@@ -146,7 +146,7 @@ namespace SMBLibrary.Server.SMB1
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private static List<SMB1Command> GetNTTransactResponse(byte[] responseSetup, byte[] responseParameters, byte[] responseData, int maxBufferSize)
|
|
|
+ internal static List<SMB1Command> GetNTTransactResponse(byte[] responseSetup, byte[] responseParameters, byte[] responseData, int maxBufferSize)
|
|
|
{
|
|
|
if (NTTransactResponse.CalculateMessageSize(responseSetup.Length, responseParameters.Length, responseData.Length) <= maxBufferSize)
|
|
|
{
|