class Rex::Proto::SMB::Exceptions::InvalidPacket
Attributes
command[RW]
error_code[RW]
word_count[RW]
Public Instance Methods
error_name()
click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 788 def error_name get_error(error_code) end