class RubySMB::SMB1::Packet::WriteAndxRequest::ParameterBlock

A SMB1 Parameter Block as defined by the {WriteAndxRequest}

Private Instance Methods

calculate_word_count() click to toggle source

Bypass the word count calculation to use 32-bit offset by default. As a result, the optional offset_high field won't be defined until set_64_bit_offset(true) is explicitly called.

# File lib/ruby_smb/smb1/packet/write_andx_request.rb, line 38
def calculate_word_count
  0x0C
end