Add SNMP bits type
This commit is contained in:
parent
322e00cfe2
commit
22c09b79f7
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ static const map_str2int snmp_type_map[] = {
|
|||
*/
|
||||
static const map_str2int snmp_orig_map[] = {
|
||||
{"counter32", ASN_COUNTER}, // 0x41 / 65
|
||||
{"bits", ASN_OCTET_STR}, // 3
|
||||
{"object-identifier-128", ASN_OBJECT_ID}, // 6
|
||||
{"AutonomousType", ASN_OBJECT_ID}, // 6
|
||||
{"DateAndTime", ASN_OCTET_STR}, // 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue