class RubySMB::SMB1::Packet::NtTrans::CreateResponse

Class representing a NT Transaction Create response packet as defined in [2.2.7.1.2 Response](msdn.microsoft.com/en-us/library/ee441961.aspx)

Constants

COMMAND

Public Instance Methods

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