aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d5f26ca0b..2b78529b1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -583,6 +583,7 @@ set(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