class RubySMB::SMB1::Packet::Trans::PeekNmpipeResponse

This class represents an SMB1 Trans PeekNamedPipe Response Packet as defined in [2.2.5.5.2 Response](msdn.microsoft.com/en-us/library/ee441883.aspx)

Constants

COMMAND

Public Instance Methods

initialize_instance() click to toggle source
# File lib/ruby_smb/smb1/packet/trans/peek_nmpipe_response.rb, line 51
def initialize_instance
  super
  smb_header.flags.reply = 1
  parameter_block.setup << RubySMB::SMB1::Packet::Trans::Subcommands::PEEK_NMPIPE
end