cederberg / mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://www.mibble.org/
Other
113 stars 68 forks source link

MibbleBrowser doesn't display SNMPv1 traps #6

Closed cederberg closed 7 years ago

cederberg commented 12 years ago

The SNMPv1 TRAP-TYPE values are normally not part of the OID tree. So they are not displayed in the MibbleBrowser, since it operates on the OID tree only.

cederberg commented 7 years ago

Fixed in 2.10.

yonghaoy commented 7 years ago

Hi Per When 2.10 will be released? I have some trouble to transform SNMPv1's type. We append enterprise.0.specificTrap, but it won't be transformed successfully. Does this bug fix my issue? Thanks!

cederberg commented 7 years ago

I've just uploaded 2.10.beta1 to the release page: https://github.com/cederberg/mibble/releases

Please give it a try and let me know if it doesn't solve your issue. A final 2.10 version should be out in about a week if no bugs are found.

yonghaoy commented 7 years ago

thanks Per!