Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] FW: [Ethereal-users] Ethereal v0.10.3 dissection of SNMP Integer

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Mon, 26 Apr 2004 09:39:27 +0200
Looks like there are some bugs in the SNMP dissector...

-----Original Message-----
From: prefab

Ethereal v0.10.3 seems to have problems dissecting the following values:

An SNMPv1 trap with a Varbind of type Integer and value of 2147483648
(encoded
as 02 05 00 80 00 00 00)
ERROR: Couldn't parse variable: wrong length for that item's type
I don't believe that there is a limitation for Integer types for SNMPv1.

An SNMPv2 trap with a Varbind of type Counter64 and value of 1 (encoded as
46
01 01)
Value: Length is 1, should be 8
Counter64 is not defined as fixed length for SNMPv2

An SNMPv2 trap with a Varbind of type Counter64 and value of
9223372036854770000 (encoded as 46 08 7F FF FF FF FF FF E9 50)
Value: 18446743521016283135

cheers
prefab