From 9e7277963646b0adbf9d929bb140a111ef357493 Mon Sep 17 00:00:00 2001 From: Pascal Artho Date: Tue, 18 Aug 2015 08:43:06 +0200 Subject: 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 --- epan/dissectors/packet-icmpv6.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-icmpv6.c') 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; } -- cgit v1.2.3