Class: RubySMB::SMB1::Packet::NtTrans::Request
- Inherits:
-
GenericPacket
- Object
- BinData::Record
- GenericPacket
- RubySMB::SMB1::Packet::NtTrans::Request
- Defined in:
- lib/ruby_smb/smb1/packet/nt_trans/request.rb
Overview
Class representing a generic NT Transaction request packet as defined in 2.2.4.62.1 Request
Defined Under Namespace
Classes: DataBlock, ParameterBlock
Instance Method Summary collapse
Methods inherited from GenericPacket
describe, #display, #packet_smb_version, #status_code
Instance Method Details
#initialize_instance ⇒ Object
39 40 41 42 |
# File 'lib/ruby_smb/smb1/packet/nt_trans/request.rb', line 39 def initialize_instance super smb_header.command = RubySMB::SMB1::Commands::SMB_COM_NT_TRANSACT end |