public class SMB2QueryInfoResponse extends SMB2Packet
\
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor and Description |
|---|
SMB2QueryInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getOutputBuffer() |
protected boolean |
isSuccess(long status)
[MS-SMB2].pdf 3.3.4.4
STATUS_BUFFER_OVERFLOW should be treated as a success code.
|
protected void |
readMessage(SMBBuffer buffer)
Read the message, this is only called in case the response is a success response according to
#isSuccess(NtStatus) |
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, read, readError, setCreditsAssigned, toString, write, writeToprotected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
SMB2Packet#isSuccess(NtStatus)readMessage in class SMB2PacketBuffer.BufferExceptionprotected boolean isSuccess(long status)
isSuccess in class SMB2Packetstatus - The status to verifypublic byte[] getOutputBuffer()