Add ICMP tap support, and add a tshark tap to measure such things as:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Apr 2011 20:21:59 +0000 (20:21 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Apr 2011 20:21:59 +0000 (20:21 +0000)
commit918300ce7a86e2c1e4c76c95dbb5f2d11e75aa92
treec0101435e5778ab84ef23a5809fa0332e5430fbf
parent8b21d8d28b19ea0e1b14f130ba6177db5bbb5ab4
Add ICMP tap support, and add a tshark tap to measure such things as:
  * Number of ICMP echo requests, replies, lost replies and percent loss.
  * Min, Max, Average SRT (Service Response Time), and standard deviation.
(This is my first tap, so hopefully I didn't miss something, but we'll see ...)
TODO: Add a Wireshark tap.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36480 f5534014-38df-0310-8fa8-9805f1628bb7
CMakeLists.txt
Makefile.common
doc/README.tapping
doc/tshark.pod
epan/dissectors/Makefile.common
epan/dissectors/packet-icmp.c
epan/dissectors/packet-icmp.h [new file with mode: 0755]
epan/tap.h
tap-icmpstat.c [new file with mode: 0755]