public class SMB2IoctlRequest extends SMB2Packet
| Modifier and Type | Class and Description |
|---|---|
static class |
SMB2IoctlRequest.ControlCode |
header, structureSize| Constructor and Description |
|---|
SMB2IoctlRequest(SMB2Dialect negotiatedDialect,
long sessionId,
long treeId,
SMB2IoctlRequest.ControlCode controlCode,
SMB2FileId fileId,
byte[] inputData,
boolean fsctl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeTo(SMBBuffer smbBuffer)
Write the message fields into the buffer, as specified in the [MS-SMB2].pdf specification.
|
getHeader, getSequenceNumber, getStructureSize, read, readMessage, writepublic SMB2IoctlRequest(SMB2Dialect negotiatedDialect, long sessionId, long treeId, SMB2IoctlRequest.ControlCode controlCode, SMB2FileId fileId, byte[] inputData, boolean fsctl)
protected void writeTo(SMBBuffer smbBuffer)
SMB2PacketwriteTo in class SMB2Packet