class RubySMB::SMB1::Packet::Trans2::SetFileInformationResponse
A Trans2
SET_FILE_INFORMATION Response
Packet
as defined in [2.2.6.9.2 Response](msdn.microsoft.com/en-us/library/ff469853.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/trans2/set_file_information_response.rb, line 37 def initialize_instance super parameter_block.setup << RubySMB::SMB1::Packet::Trans2::Subcommands::SET_FILE_INFORMATION smb_header.flags.reply = 1 end