Class: RubySMB::SMB1::Packet::Trans2::QueryFsInformationRequest

Inherits:
GenericPacket
  • Object
show all
Defined in:
lib/ruby_smb/smb1/packet/trans2/query_fs_information_request.rb

Overview

A Trans2 QUERY_FS_INFORMATION Request Packet as defined in MS-CIFS 2.2.6.4.1 Request. See also the subcommand overview at MS-CIFS 2.2.6.4 TRANS2_QUERY_FS_INFORMATION (0x0003).

Defined Under Namespace

Classes: ParameterBlock

Constant Summary collapse

COMMAND =
RubySMB::SMB1::Commands::SMB_COM_TRANSACTION2

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_instanceObject



46
47
48
49
# File 'lib/ruby_smb/smb1/packet/trans2/query_fs_information_request.rb', line 46

def initialize_instance
  super
  parameter_block.setup << RubySMB::SMB1::Packet::Trans2::Subcommands::QUERY_FS_INFORMATION
end