Class: RubySMB::Dcerpc::Response
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Response
- 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_instance ⇒ Object
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 |