Alexis La Goutte
changed
bug 9035
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
Ever confirmed |
|
1
|
Comment # 2
on bug 9035
from Alexis La Goutte
The problem come from Bug 8002
@@ -349,11 +441,9 @@
offset = dissect_PNMRP_TopologyChange(new_tvb, offset, pinfo,
tree, item);
break;
case(0x04):
+ case(0x05): /* dissection of up and down is identical! */
offset = dissect_PNMRP_LinkDown(new_tvb, offset, pinfo, tree,
item);
break;
- case(0x05):
- offset = dissect_PNMRP_LinkUp(new_tvb, offset, pinfo, tree, item);
- break;
You are receiving this mail because:
- You are watching all bug changes.