aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-01-13 19:27:01 +0000
committerJörg Mayer <jmayer@loplof.de>2012-01-13 19:27:01 +0000
commit1c789b44a5d531bda15c2410d9e63d6f4c51bec3 (patch)
tree3b228940f7ee99bd4db97cc676fdb5d6f5bc288e /epan/dissectors/packet-icmpv6.c
parent2fb9360c96f4c01aa188e0a8fccf31aad146bd73 (diff)
Add comment about possible expert item
svn path=/trunk/; revision=40477
Diffstat (limited to 'epan/dissectors/packet-icmpv6.c')
-rw-r--r--epan/dissectors/packet-icmpv6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-icmpv6.c b/epan/dissectors/packet-icmpv6.c
index 987bbefa00..39aa03af41 100644
--- a/epan/dissectors/packet-icmpv6.c
+++ b/epan/dissectors/packet-icmpv6.c
@@ -3269,6 +3269,8 @@ dissect_icmpv6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (1) { /* There are expert infos buried in here so always execute */
/* decode... */
+ /* FIXME: The following messages MUST have a TTL^WHop-Limit of 255:
+ 133-137, 141-142, 148-149. Detect this and add expert items. */
switch (icmp6_type) {
case ICMP6_DST_UNREACH: /* Destination Unreachable (1) */
case ICMP6_TIME_EXCEEDED: /* Time Exceeded (3) */