Dangerous SNMP
|
This class is the version-3 encapsulation for a message. More...
#include <message-v3.hpp>
Classes | |
class | HeaderData |
Public Attributes | |
int | msgVersion |
This is the version number. More... | |
class dangerous::snmp::encoding::SNMPv3Message::HeaderData | msgHeaderData |
std::string | msgSecurityParameters |
This is the BER-encoded security information. More... | |
std::vector< char > | pduBytes |
This is the actual payload of the message. | |
This class is the version-3 encapsulation for a message.
The actual payload of the message is not processed here.
std::string msgSecurityParameters |
This is the BER-encoded security information.
Since there are many possible security models (in practice, we only use USM), this is flexible enough to allow for just about anything.
int msgVersion |
This is the version number.
3: Version 3