because of the privilege separation done, read filters won't work by definition now...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 23 Nov 2007 08:39:11 +0000 (08:39 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 23 Nov 2007 08:39:11 +0000 (08:39 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23546 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index 12ed91684f04081e18c12e8662253d1cbd04d97f..9f9ee86899617d553ba9c272df07a6d9dfcb861e 100755 (executable)
@@ -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
 }