# File lib/rex/proto/ntlm/message.rb, line 162 def parse(str) super(str) enable(:domain) if has_flag?(:DOMAIN_SUPPLIED) enable(:workstation) if has_flag?(:WORKSTATION_SUPPLIED) super(str) if ( (len = data_edge - head_size) > 0) self.padding = "\00"" * len super(str) end end
Generated with the Darkfish Rdoc Generator 2.