public class SMB2SetInfoRequest extends SMB2Packet
| Modifier and Type | Class and Description |
|---|---|
static class |
SMB2SetInfoRequest.SMB2InfoType |
header, structureSize| Constructor and Description |
|---|
SMB2SetInfoRequest(SMB2Dialect negotiatedDialect,
long sessionId,
long treeId,
SMB2SetInfoRequest.SMB2InfoType infoType,
SMB2FileId fileId,
FileInformationClass fileInfoClass,
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.
|
getHeader, getSequenceNumber, getStructureSize, read, readMessage, writepublic SMB2SetInfoRequest(SMB2Dialect negotiatedDialect, long sessionId, long treeId, SMB2SetInfoRequest.SMB2InfoType infoType, SMB2FileId fileId, FileInformationClass fileInfoClass, SecurityInformation securityInformation, byte[] buffer)
protected void writeTo(SMBBuffer smbBuffer)
SMB2PacketwriteTo in class SMB2PacketsmbBuffer -