summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-04-11 17:42:01 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-04-11 17:42:01 +0000
commit5abfa495257f753c93658308125b00250ba378fa (patch)
tree94439e814fbc0187a09a1a0b25dc1d323b717d98 /Makefile.common
parentd181b588b7c394a0548328946ae1a418980639b6 (diff)
downloadwireshark-5abfa495257f753c93658308125b00250ba378fa.tar.gz
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.) svn path=/trunk/; revision=36561
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1ae047e3fd..9767b94c7a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -116,6 +116,7 @@ TSHARK_TAP_SRC = \
tap-hosts.c \
tap-httpstat.c \
tap-icmpstat.c \
+ tap-icmpv6stat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \