(file) Return to snmpDeliverTrap_netsnmp.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpDeliverTrap_netsnmp.h between version 1.11 and 1.12

version 1.11, 2008/12/16 18:56:44 version 1.12, 2010/12/22 12:19:06
Line 58 
Line 58 
         "_MSG_PDU_CREATE_FAILED";         "_MSG_PDU_CREATE_FAILED";
  
 static const char _MSG_VERSION_NOT_SUPPORTED[] = static const char _MSG_VERSION_NOT_SUPPORTED[] =
     "SNMPv1 Trap and SNMPv2C Trap are the only supported SNMPVersion values.";      "SNMPv1 Trap, SNMPv2C Trap and SNMPV3 are the only supported SNMPVersion "
            "values.";
 static const char _MSG_VERSION_NOT_SUPPORTED_KEY[] = static const char _MSG_VERSION_NOT_SUPPORTED_KEY[] =
     "Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp."     "Handler.snmpIndicationHandler.snmpDeliverTrap_netsnmp."
         "_MSG_VERSION_NOT_SUPPORTED";         "_MSG_VERSION_NOT_SUPPORTED";
Line 146 
Line 147 
         const Uint32& portNumber,         const Uint32& portNumber,
         const Uint16& snmpVersion,         const Uint16& snmpVersion,
         const String& engineID,         const String& engineID,
           const Uint8& snmpSecLevel,
           const Uint8& snmpSecAuthProto,
           const Array<Uint8>& snmpSecAuthKey,
           const Uint8& snmpSecPrivProto,
           const Array<Uint8>& snmpSecPrivKey,
         const Array<String>& vbOids,         const Array<String>& vbOids,
         const Array<String>& vbTypes,         const Array<String>& vbTypes,
         const Array<String>& vbValues);         const Array<String>& vbValues);
Line 164 
Line 170 
         @param targetHostFormat the format of the targetHost         @param targetHostFormat the format of the targetHost
         @param portNumber       the port number to receive a trap         @param portNumber       the port number to receive a trap
         @param securityName     the human readable community name         @param securityName     the human readable community name
           @param snmpVersion      the snmp version
           @param engineID         the engine ID
           @param snmpSecLevel     the security level
                                   (authNoPriv,authPriv,noAuthNoPriv)
           @param snmpSecAuthProto MD5 or SHA
           @param snmpSecAuthKey   encoded authentication key
           @param snmpSecPrivProto AES or DES
           @param snmpSecPrivKey   encoded privacy key
         @param sessionHandle    an opaque pointer of the SNMP session         @param sessionHandle    an opaque pointer of the SNMP session
         @param sessionPtr       the SNMP session pointer to its associated         @param sessionPtr       the SNMP session pointer to its associated
                                 struct snmp_session                                 struct snmp_session
Line 173 
Line 187 
         Uint16 targetHostFormat,         Uint16 targetHostFormat,
         Uint32 portNumber,         Uint32 portNumber,
         const String& securityName,         const String& securityName,
           Uint16 snmpVersion,
           const String& engineID,
           const Uint8& snmpSecLevel,
           const Uint8& snmpSecAuthProto,
           const Array<Uint8>& snmpSecAuthKey,
           const Uint8& snmpSecPrivProto,
           const Array<Uint8>& snmpSecPrivKey,
         void*& sessionHandle,         void*& sessionHandle,
         struct snmp_session*& sessionPtr);         struct snmp_session*& sessionPtr);
  
     /**     /**
           Add the community string to the snmp session for V1 and V2C
   
           @param sessionPtr    the SNMP session pointer to its associated
                                struct snmp_session
           @param securityName     the human readable community name
       */
       void _addCommunity(
           struct snmp_session*& sessionPtr,
           const String& securityName);
   
       /**
         Creates a SNMP session.         Creates a SNMP session.
  
         @param sessionHandle  an opaque pointer of the SNMP session         @param sessionHandle  an opaque pointer of the SNMP session


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2