Exception: Rex::Proto::SMB::Exceptions::InvalidPacket

Inherits:
Error
  • Object
show all
Defined in:
lib/rex/proto/smb/exceptions.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Error

#get_error, #initialize

Constructor Details

This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error

Instance Attribute Details

#commandObject

Returns the value of attribute command.



782
783
784
# File 'lib/rex/proto/smb/exceptions.rb', line 782

def command
  @command
end

#error_codeObject

Returns the value of attribute error_code.



783
784
785
# File 'lib/rex/proto/smb/exceptions.rb', line 783

def error_code
  @error_code
end

#word_countObject

Returns the value of attribute word_count.



781
782
783
# File 'lib/rex/proto/smb/exceptions.rb', line 781

def word_count
  @word_count
end