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
Hello,
I am experiencing an issue where the Messenger.Get method in the Lextm.SharpSnmpLib library fails to properly parse an SNMP response from a ZX-1000 transmitter device, while Dart.SNMP handles the same response without any issues.
Upon inspection of the response using Wireshark, I noticed that the response from the ZX-1000 device contains an additional 15 bytes that appear to be causing the parsing failure in the Lextm.SharpSnmpLib library. The Dart.SNMP library does not seem to be affected by these extra bytes, and it parses the response correctly.
result = Messenger.Get(version, endpoint, community, variableList, 3000); section of code that generates the failure
Steps to Reproduce:
1.Send an SNMP Get request to the ZX-1000 transmitter device.
2.Receive the response from the device.
3.Attempt to parse the response using the Messenger.Get method in Lextm.SharpSnmpLib.
4.Observe that the parsing fails with an error (such as "unexpected end marker").
5.Compare the same response being parsed by Dart.SNMP, which works without issues
The text was updated successfully, but these errors were encountered:
Hello,
I am experiencing an issue where the Messenger.Get method in the Lextm.SharpSnmpLib library fails to properly parse an SNMP response from a ZX-1000 transmitter device, while Dart.SNMP handles the same response without any issues.
Upon inspection of the response using Wireshark, I noticed that the response from the ZX-1000 device contains an additional 15 bytes that appear to be causing the parsing failure in the Lextm.SharpSnmpLib library. The Dart.SNMP library does not seem to be affected by these extra bytes, and it parses the response correctly.
result = Messenger.Get(version, endpoint, community, variableList, 3000); section of code that generates the failure
Steps to Reproduce:
1.Send an SNMP Get request to the ZX-1000 transmitter device.
2.Receive the response from the device.
3.Attempt to parse the response using the Messenger.Get method in Lextm.SharpSnmpLib.
4.Observe that the parsing fails with an error (such as "unexpected end marker").
5.Compare the same response being parsed by Dart.SNMP, which works without issues
The text was updated successfully, but these errors were encountered: