http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36561
User: cmaynard
Date: 2011/04/11 10:43 AM
Log:
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.)
Directory: /trunk/epan/dissectors/
Changes Path Action
+232 -44 packet-icmpv6.c Modified
Directory: /trunk/doc/
Changes Path Action
+11 -0 tshark.pod Modified
Directory: /trunk/
Changes Path Action
+1 -0 CMakeLists.txt Modified
+1 -0 Makefile.common Modified
+320 -0 tap-icmpv6stat.c Added