Class: RubySMB::SMB1::Packet::SessionSetupLegacyRequest
- Inherits:
-
GenericPacket
- Object
- BinData::Record
- GenericPacket
- RubySMB::SMB1::Packet::SessionSetupLegacyRequest
- Defined in:
- lib/ruby_smb/smb1/packet/session_setup_legacy_request.rb
Overview
A SMB1 SMB_COM_SESSION_SETUP_ANDX Request Packet, without NTLMSSP as defined in 2.2.4.53.1 Request
Defined Under Namespace
Classes: DataBlock, ParameterBlock
Constant Summary collapse
- COMMAND =
RubySMB::SMB1::Commands::SMB_COM_SESSION_SETUP_ANDX
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_instance ⇒ Object
40 41 42 43 |
# File 'lib/ruby_smb/smb1/packet/session_setup_legacy_request.rb', line 40 def initialize_instance super parameter_block.capabilities.extended_security = 0 end |