aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-23 08:39:11 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-23 08:39:11 +0000
commita331d901c50421e57a6d1704068bc1cc122107ad (patch)
treefb7f80dfb7c98e837416a861240fcadde233dcbd /test
parent71e4a7f43af17802de88ce728689e14948184758 (diff)
because of the privilege separation done, read filters won't work by definition now. Comment out the corresponding test case
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23546 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 12ed91684f..9f9ee86899 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -363,7 +363,8 @@ tshark_capture_suite() {
if [ $TEST_FIFO ]; then
test_step_add "Capture via fifo" capture_step_fifo
fi
- test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
+ # tshark now using dumpcap for capturing, read filters won't work by definition
+ #test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
test_step_add "Capture snapshot length 68 bytes (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_snapshot
}