Bug ID |
9100
|
Summary |
OAM protocol: Variable response decoding is wrong for object and packge
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.8.4
|
Hardware |
x86
|
OS |
Windows XP
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 1.8.4 (SVN Rev 46250 from /trunk-1.8)
--
Variable response OAMPDU decoding is wrong in wireshark for object and package.
In the variable container, the third and fourth filed may get repeated
depending on the attribute within the package or object. Wireshark should check
the 3rd and 4th field until variable indication C0 for object and E0 for
package is received.
So, for example, the decoding should be like this for object,
Branch= 03
Leaf=0014
width=1
value=01
width=02
value=00003
width=03
value=000004
width=C0
Currently, wireshark don't decode like this.
You are receiving this mail because:
- You are watching all bug changes.