Class: RubySMB::SMB1::Packet::Trans::TransactNmpipeResponse

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

Overview

A Trans TRANSACT_NMPIPE Response Packet as defined in 2.2.5.6.2 Response

Defined Under Namespace

Classes: DataBlock, ParameterBlock, TransData

Constant Summary collapse

COMMAND =
RubySMB::SMB1::Commands::SMB_COM_TRANSACTION

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



35
36
37
38
# File 'lib/ruby_smb/smb1/packet/trans/transact_nmpipe_response.rb', line 35

def initialize_instance
  super
  smb_header.flags.reply = 1
end