Class: RubySMB::SMB1::Packet::Trans2::FindFirst2Request

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

Overview

A Trans2 FIND_FIRST2 Request Packet as defined in 2.2.6.2.1

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



71
72
73
74
# File 'lib/ruby_smb/smb1/packet/trans2/find_first2_request.rb', line 71

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