add another comment what's currently missing in the PROFINET specific parts

svn path=/trunk/; revision=17713
This commit is contained in:
Ulf Lamping 2006-03-24 02:20:37 +00:00
parent a10dd1b04e
commit e43c4e50c9
1 changed files with 1 additions and 0 deletions

View 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);
}