Class: RubySMB::SMB1::Packet::CloseResponse
- Inherits:
-
GenericPacket
- Object
- BinData::Record
- GenericPacket
- RubySMB::SMB1::Packet::CloseResponse
- Defined in:
- lib/ruby_smb/smb1/packet/close_response.rb
Overview
A SMB1 SMB_COM_CLOSE Response Packet as defined in 2.2.4.5.2 Response
Defined Under Namespace
Classes: DataBlock, ParameterBlock
Constant Summary collapse
- COMMAND =
RubySMB::SMB1::Commands::SMB_COM_CLOSE
Instance Method Summary collapse
Methods inherited from GenericPacket
describe, #display, fields_hashed, format_field, #packet_smb_version, read, #status_code, #valid?, walk_fields
Instance Method Details
#initialize_instance ⇒ Object
21 22 23 24 |
# File 'lib/ruby_smb/smb1/packet/close_response.rb', line 21 def initialize_instance super smb_header.flags.reply = 1 end |