class RubySMB::SMB1::Packet::Trans2::Response

This class represents a generic SMB1 Trans2 Response Packet as defined in [2.2.4.46.2 Response](msdn.microsoft.com/en-us/library/ee441550.aspx)

Constants

COMMAND

Public Instance Methods

initialize_instance() click to toggle source
# File lib/ruby_smb/smb1/packet/trans2/response.rb, line 39
def initialize_instance
  super
  smb_header.flags.reply = 1
end