Class: RubySMB::SMB1::Packet::Trans2::SetFsInformationRequest
- Inherits:
-
GenericPacket
- Object
- BinData::Record
- GenericPacket
- RubySMB::SMB1::Packet::Trans2::SetFsInformationRequest
- Defined in:
- lib/ruby_smb/smb1/packet/trans2/set_fs_information_request.rb
Overview
A Trans2 SET_FS_INFORMATION Request Packet. The on-disk layout
described by
MS-CIFS 2.2.6.5 TRANS2_SET_FS_INFORMATION (0x0004)
is marked "reserved but not implemented" and does not document the
CIFS UNIX Extensions info levels; their wire format is defined by
the CIFS UNIX Extensions draft and matched by Samba's
call_trans2setfsinfo in
source3/smbd/smb1_trans2.c:1706-1915 (call_trans2setfsinfo).
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_instance ⇒ Object
82 83 84 85 |
# File 'lib/ruby_smb/smb1/packet/trans2/set_fs_information_request.rb', line 82 def initialize_instance super parameter_block.setup << RubySMB::SMB1::Packet::Trans2::Subcommands::SET_FS_INFORMATION end |