markabrahams / node-net-snmp

JavaScript implementation of the Simple Network Management Protocol (SNMP)
206 stars 97 forks source link

More tolerant parsing in `readUint32` #235

Closed PeterTrotter closed 1 year ago

PeterTrotter commented 1 year ago

Reading uint 32 with missing leading byte required by ASN.1 BER will add the leading byte.

closes #233