public class SMB2SetInfoRequest extends SMB2Packet
| Modifier and Type | Class and Description |
|---|---|
static class |
SMB2SetInfoRequest.SMB2InfoType |
SINGLE_CREDIT_PAYLOAD_SIZE, structureSize| Constructor and Description |
|---|
SMB2SetInfoRequest(SMB2Dialect negotiatedDialect,
long sessionId,
long treeId,
SMB2SetInfoRequest.SMB2InfoType infoType,
SMB2FileId fileId,
FileInformationClass fileInfoClass,
java.util.Set<SecurityInformation> securityInformation,
byte[] buffer) |
| 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.
|
getBuffer, getCreditsAssigned, getError, getMaxPayloadSize, getMessageEndPos, getMessageStartPos, getPacket, getSequenceNumber, getStructureSize, isIntermediateAsyncResponse, isSuccess, read, readMessage, setCreditsAssigned, toString, writepublic SMB2SetInfoRequest(SMB2Dialect negotiatedDialect, long sessionId, long treeId, SMB2SetInfoRequest.SMB2InfoType infoType, SMB2FileId fileId, FileInformationClass fileInfoClass, java.util.Set<SecurityInformation> securityInformation, byte[] buffer)
protected void writeTo(SMBBuffer smbBuffer)
SMB2PacketwriteTo in class SMB2PacketsmbBuffer -