aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
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 /Makefile.common
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 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 797e68b939..1ae047e3fd 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -115,6 +115,7 @@ TSHARK_TAP_SRC = \
tap-h225rassrt.c \
tap-hosts.c \
tap-httpstat.c \
+ tap-icmpstat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \