Wireshark-bugs: [Wireshark-bugs] [Bug 9035] PN_MRP LinkUp Message is shown as LinkDown in info

Date: Tue, 13 Aug 2013 08:10:31 +0000

changed bug 9035

What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 2 on bug 9035 from
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.