add another comment what's currently missing in the PROFINET specific parts
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Mar 2006 02:20:37 +0000 (02:20 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Mar 2006 02:20:37 +0000 (02:20 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17713 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-lldp.c

index 8b49a7ecc7c24e08eaa51faed3e5d8adfda07b18..d0bec2b80515f733771213c38754d84c4f5bad30 100644 (file)
@@ -2110,6 +2110,7 @@ dissect_profinet_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, gu
                break;
        }
        /*case 3:*/             /* XXX - Alias */
+    /*case 4:*/     /* XXX - MRT Port Status */
        default:
                proto_tree_add_item(tree, hf_unknown_subtype, tvb, offset, tlvLen2, FALSE);
        }