Rex::Proto::DCERPC::Exceptions::Error
# File lib/rex/proto/dcerpc/exceptions.rb, line 135 def initialize(message = nil) @message = message end
# File lib/rex/proto/dcerpc/exceptions.rb, line 139 def to_s str = 'Invalid packet.' if (@message) str += " #{@message}" end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.