Class: RubySMB::SMB1::Packet::Trans2::SetFileInformationRequestTrans2Data

Inherits:
BinData::Record
  • Object
show all
Includes:
Fscc::FileInformation
Defined in:
lib/ruby_smb/smb1/packet/trans2/set_file_information_request.rb

Overview

The Trans2 Data Block for this particular Subcommand

Constant Summary

Constants included from Fscc::FileInformation

Fscc::FileInformation::FILE_ACCESS_INFORMATION, Fscc::FileInformation::FILE_ALIGNMENT_INFORMATION, Fscc::FileInformation::FILE_ALL_INFORMATION, Fscc::FileInformation::FILE_BASIC_INFORMATION, Fscc::FileInformation::FILE_BOTH_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_DISPOSITION_INFORMATION, Fscc::FileInformation::FILE_EA_INFORMATION, Fscc::FileInformation::FILE_FULL_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_ID_BOTH_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_ID_FULL_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_INTERNAL_INFORMATION, Fscc::FileInformation::FILE_MODE_INFORMATION, Fscc::FileInformation::FILE_NAMES_INFORMATION, Fscc::FileInformation::FILE_NAME_INFORMATION, Fscc::FileInformation::FILE_NETWORK_OPEN_INFORMATION, Fscc::FileInformation::FILE_NORMALIZED_NAME_INFORMATION, Fscc::FileInformation::FILE_POSITION_INFORMATION, Fscc::FileInformation::FILE_RENAME_INFORMATION, Fscc::FileInformation::FILE_STANDARD_INFORMATION, Fscc::FileInformation::FILE_STREAM_INFORMATION, Fscc::FileInformation::SMB_INFO_PASSTHROUGH

Instance Method Summary collapse

Methods included from Fscc::FileInformation

name

Instance Method Details

#lengthObject

Returns the length of the Trans2Data struct in number of bytes



33
34
35
# File 'lib/ruby_smb/smb1/packet/trans2/set_file_information_request.rb', line 33

def length
  do_num_bytes
end