aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-05 10:39:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-05 10:39:12 +0000
commit8d4f6fc794071e17bcb0302c35dd319b84bc5501 (patch)
treec8fb9a07dc9bf558665655addc778ef4ba04f7ac /Makefile.common
parent5a281f8087fa12b918834edd90e9c247b88da6a6 (diff)
From QA Cafe:
Add support to follow UDP and TCP streams like wireshark does. UDP streams are selected with IP address/port pairs. TCP stream are selected with either the stream index or IP address/port pairs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6684 svn path=/trunk/; revision=40852
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 913ab16c51..6903477b06 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -112,6 +112,7 @@ TSHARK_TAP_SRC = \
tap-dcerpcstat.c \
tap-diameter-avp.c \
tap-expert.c \
+ tap-follow.c \
tap-funnel.c \
tap-gsm_astat.c \
tap-h225counter.c \