Class SMB2IoctlResponse

All Implemented Interfaces:
Packet<SMBBuffer>

public class SMB2IoctlResponse extends SMB2Packet
[MS-SMB2].pdf 2.2.32 SMB2 IOCTL Response

\

  • Field Details

    • controlCode

      private int controlCode
    • fileId

      private SMB2FileId fileId
    • inputBuffer

      byte[] inputBuffer
    • outputBuffer

      byte[] outputBuffer
  • Constructor Details

    • SMB2IoctlResponse

      public SMB2IoctlResponse()
  • Method Details

    • readMessage

      protected void readMessage(SMBBuffer buffer) throws Buffer.BufferException
      Description copied from class: SMB2Packet
      Read the packet body, this should be implemented by the various packet types.
      Overrides:
      readMessage in class SMB2Packet
      Parameters:
      buffer -
      Throws:
      Buffer.BufferException
    • getOutputBuffer

      public byte[] getOutputBuffer()
    • getInputBuffer

      public byte[] getInputBuffer()
    • getControlCode

      public int getControlCode()
    • getFileId

      public SMB2FileId getFileId()