Class SMB2ChangeNotifyRequest

  • All Implemented Interfaces:
    Packet<SMBBuffer>

    public class SMB2ChangeNotifyRequest
    extends SMB2MultiCreditPacket
    [MS-SMB2].pdf 2.2.35 SMB2 CHANGE_NOTIFY Request The SMB2 CHANGE_NOTIFY Request packet is sent by the client to request change notifications on a directory.
    • Method Detail

      • writeTo

        protected void writeTo​(SMBBuffer buffer)
        Description copied from class: SMB2Packet
        Write the message fields into the buffer, as specified in the [MS-SMB2] specification.
        Overrides:
        writeTo in class SMB2Packet