From 3295a7eb10f9c3b490a5552c1b7027a7390d48c6 Mon Sep 17 00:00:00 2001 From: cmaynard Date: Mon, 11 Apr 2011 17:42:01 +0000 Subject: Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810. TODO: Add a Wireshark tap or look into possibly using the stats tree instead. Also, like ICMP, the ICMPv6 payload appears to carry the sender's timestamp, so it might be possible to make use of this information to estimate the total SRT. (See bug 5770 for more details.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36561 f5534014-38df-0310-8fa8-9805f1628bb7 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 097dac5fc9..f721448aca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -549,6 +549,7 @@ set(TSHARK_TAP_SRC tap-h225rassrt.c tap-httpstat.c tap-icmpstat.c + tap-icmpv6stat.c tap-iostat.c tap-iousers.c tap-mgcpstat.c -- cgit v1.2.3