Class: RubySMB::SMB1::Packet::NtTrans::Response

Inherits:
GenericPacket
  • Object
show all
Defined in:
lib/ruby_smb/smb1/packet/nt_trans/response.rb

Overview

Class representing a generic NT Transaction response packet as defined in 2.2.4.62.2 Response

Defined Under Namespace

Classes: DataBlock, ParameterBlock

Constant Summary collapse

COMMAND =
RubySMB::SMB1::Commands::SMB_COM_NT_TRANSACT

Instance Method Summary collapse

Methods inherited from GenericPacket

describe, #display, fields_hashed, format_field, from_hex, #packet_smb_version, read, #status_code, #valid?, walk_fields

Instance Method Details

#initialize_instanceObject



37
38
39
40
# File 'lib/ruby_smb/smb1/packet/nt_trans/response.rb', line 37

def initialize_instance
  super
  smb_header.flags.reply = 1
end