aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
diff options
context:
space:
mode:
authorPascal Artho <pascalartho@gmail.com>2015-08-18 08:43:06 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-18 08:47:20 +0000
commit9e7277963646b0adbf9d929bb140a111ef357493 (patch)
treee27de1fb21cd5ca4a761c4af5107d1d6721122b6 /epan/dissectors/packet-icmpv6.c
parent318c3a54528364c536ae3a709e19ae38a178cefe (diff)
Preparation Host Flows: Dissector Packet ICMP and ICMPv6
see https://code.wireshark.org/review/#/c/9976/ Change-Id: Ic301db4deea1a02b9e08c123b3e21e70817a2c85 Reviewed-on: https://code.wireshark.org/review/10097 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-icmpv6.c')
-rw-r--r--epan/dissectors/packet-icmpv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-icmpv6.c b/epan/dissectors/packet-icmpv6.c
index 4eb2c040bb..ae366be5df 100644
--- a/epan/dissectors/packet-icmpv6.c
+++ b/epan/dissectors/packet-icmpv6.c
@@ -4117,6 +4117,7 @@ dissect_icmpv6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
if (trans)
tap_queue_packet(icmpv6_tap, pinfo, trans);
+ col_append_fstr(pinfo->cinfo, COL_INFO, ", Type=%d, Code=%d", icmp6_type, icmp6_code);
return offset;
}