class RubySMB::SMB1::Packet::Trans::Response

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

Constants

COMMAND

Public Instance Methods

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