aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 20:21:59 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 20:21:59 +0000
commit918300ce7a86e2c1e4c76c95dbb5f2d11e75aa92 (patch)
treec0101435e5778ab84ef23a5809fa0332e5430fbf /CMakeLists.txt
parent8b21d8d28b19ea0e1b14f130ba6177db5bbb5ab4 (diff)
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cbc2a9c4d..097dac5fc9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -548,6 +548,7 @@ set(TSHARK_TAP_SRC
tap-h225counter.c
tap-h225rassrt.c
tap-httpstat.c
+ tap-icmpstat.c
tap-iostat.c
tap-iousers.c
tap-mgcpstat.c