Class: RubySMB::SMB1::Packet::Trans2::SetFsInformationResponseTrans2Parameters
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::Trans2::SetFsInformationResponseTrans2Parameters
- Defined in:
- lib/ruby_smb/smb1/packet/trans2/set_fs_information_response.rb
Overview
The Trans2 Parameter Block for a TRANS2_SET_FS_INFORMATION response. The field is intentionally empty — servers return only an NT status in the SMB header to acknowledge the SET.
Parent subcommand:
MS-CIFS 2.2.6.5 TRANS2_SET_FS_INFORMATION (0x0004)
("reserved but not implemented"). Response shape observed in the
CIFS UNIX Extensions implementation in
source3/smbd/smb1_trans2.c:1706-1915 (call_trans2setfsinfo).
Instance Method Summary collapse
Instance Method Details
#length ⇒ Object
15 16 17 |
# File 'lib/ruby_smb/smb1/packet/trans2/set_fs_information_response.rb', line 15 def length do_num_bytes end |