class Rex::Proto::SMB::Exceptions::InvalidType
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 808 def to_s "The server responded with unexpected packet (Command=" + self.command.to_s + ' WordCount=' + self.word_count.to_s + ")" end