aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-03-24 02:20:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-03-24 02:20:37 +0000
commite43c4e50c901e652ea61d3cf3d8834b384181fc3 (patch)
treecdd592e523eaeb51fc29d75cf900abd4012011e7 /epan/dissectors/packet-lldp.c
parenta10dd1b04e87808424103493bf7c8585c0095b51 (diff)
add another comment what's currently missing in the PROFINET specific parts
svn path=/trunk/; revision=17713
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index 8b49a7ecc7..d0bec2b805 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -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);
}