class RubySMB::SMB1::Packet::Trans::TransactNmpipeResponse

A Trans TRANSACT_NMPIPE Response Packet as defined in [2.2.5.6.2 Response](msdn.microsoft.com/en-us/library/ee442003.aspx)

Constants

COMMAND

Public Instance Methods

initialize_instance() click to toggle source
# File lib/ruby_smb/smb1/packet/trans/transact_nmpipe_response.rb, line 35
def initialize_instance
  super
  smb_header.flags.reply = 1
end