|
@@ -339,8 +339,9 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 235, "SNMPv3AccessViewSubtree", 2, 233, (encode_oid), (decode_oid), 0, 0 }, /* TLV 202.54.2 eRouter-I12 Annex B.4.6.2 */
|
|
|
{ 236, "SNMPv3AccessViewMask", 3, 233, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 202.54.3 eRouter-I12 Annex B.4.6.3 */
|
|
|
{ 237, "SNMPv3AccessViewType", 4, 233, (encode_uchar), (decode_uchar), 1, 2 }, /* TLV 202.54.4 eRouter-I12 Annex B.4.6.4 */
|
|
|
+{ 239, "SnmpMibObject", 11, 175, (encode_nothing), (decode_snmp_object), 0, 0 }, /* TLV 202.11 eRouter-I12 Annex B.4.8 */
|
|
|
|
|
|
-/* A little more organized -> Start with 239 */
|
|
|
+/* A little more organized -> Start with 240 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|