Class: RubySMB::SMB1::Packet::Trans2::SetFileInformationRequest::Trans2Data

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_BOTH_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_DISPOSITION_INFORMATION, Fscc::FileInformation::FILE_FULL_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_ID_BOTH_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_ID_FULL_DIRECTORY_INFORMATION, Fscc::FileInformation::FILE_NAMES_INFORMATION, Fscc::FileInformation::FILE_RENAME_INFORMATION, Fscc::FileInformation::SMB_INFO_PASSTHROUGH

Instance Method Summary collapse

Instance Method Details

#lengthObject

Returns the length of the Trans2Data struct in number of bytes



41
42
43
# File 'lib/ruby_smb/smb1/packet/trans2/set_file_information_request.rb', line 41

def length
  do_num_bytes
end