Class: RubySMB::SMB1::Packet::OpenAndxRequest

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

Overview

A SMB1 SMB_COM_OPEN_ANDX Request Packet as defined in MS-CIFS 2.2.4.41.1 Request

This is the LANMAN 1.0 file-open command, supported by all SMB1 servers including Windows 95/98/ME which lack NT_CREATE_ANDX (0xA2).

Defined Under Namespace

Classes: DataBlock, ParameterBlock

Constant Summary collapse

COMMAND =
RubySMB::SMB1::Commands::SMB_COM_OPEN_ANDX

Method Summary

Methods inherited from GenericPacket

describe, #display, fields_hashed, format_field, from_hex, #initialize_instance, #packet_smb_version, read, #status_code, #valid?, walk_fields