class RubySMB::SMB1::Packet::SessionSetupLegacyResponse
A SMB1
SMB_COM_SESSION_SETUP_ANDX Legacy Response Packet
as defined in [2.2.4.53.2 Response](msdn.microsoft.com/en-us/library/ee442143.aspx)
Constants
- COMMAND
Public Instance Methods
initialize_instance()
click to toggle source
Calls superclass method
RubySMB::GenericPacket#initialize_instance
# File lib/ruby_smb/smb1/packet/session_setup_legacy_response.rb, line 27 def initialize_instance super smb_header.flags.reply = 1 end