Dangerous SNMP
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
SNMPv3Message Class Reference

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.
 

Detailed Description

This class is the version-3 encapsulation for a message.

The actual payload of the message is not processed here.

Member Data Documentation

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


The documentation for this class was generated from the following file: