Class: RubySMB::Dcerpc::Response

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/dcerpc/response.rb

Overview

The Response PDU as defined in The response PDU

Instance Method Summary collapse

Instance Method Details

#initialize_instanceObject



21
22
23
24
# File 'lib/ruby_smb/dcerpc/response.rb', line 21

def initialize_instance
  super
  pdu_header.ptype = RubySMB::Dcerpc::PTypes::RESPONSE
end