You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a go at adding support for the ASN.1 definitions in https://www.ietf.org/rfc/rfc3412.txt but ran into an issue as it looks like the parser code depends on the RFC having an OID, while the SNMP RFC only has ASN.1 definitions without OIDs specified so running the parser against it results in no types coming out.
Thoughts on the best way to handle this kind of thing?
The text was updated successfully, but these errors were encountered:
I had a go at adding support for the ASN.1 definitions in https://www.ietf.org/rfc/rfc3412.txt but ran into an issue as it looks like the parser code depends on the RFC having an OID, while the SNMP RFC only has ASN.1 definitions without OIDs specified so running the parser against it results in no types coming out.
Thoughts on the best way to handle this kind of thing?
The text was updated successfully, but these errors were encountered: