public class SMB2PacketData extends SMBPacketData<SMB2Header>
The SMB2 Header is always present and has a fixed layout. The packet data itself varies based on the SMB2MessageCommandCode in the header,
together with the NtStatus.
dataBuffer| Constructor and Description |
|---|
SMB2PacketData(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSequenceNumber() |
boolean |
isIntermediateAsyncResponse()
Check whether this packet is an intermediate ASYNC response
|
protected boolean |
isSuccess()
Check whether this packetData has an
success status |
getDataBuffer, getHeader, readHeaderpublic SMB2PacketData(byte[] data)
throws Buffer.BufferException
Buffer.BufferExceptionpublic long getSequenceNumber()
protected boolean isSuccess()
success statuspublic boolean isIntermediateAsyncResponse()