diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-11-23 08:39:11 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-11-23 08:39:11 +0000 |
commit | 9b101b14378091f0272cfdcd6ef6c2bb4f82bd6a (patch) | |
tree | fb7f80dfb7c98e837416a861240fcadde233dcbd /test | |
parent | 3b46983e9f76ab76f0246619c44df77e7d93a0a5 (diff) | |
download | wireshark-9b101b14378091f0272cfdcd6ef6c2bb4f82bd6a.tar.gz wireshark-9b101b14378091f0272cfdcd6ef6c2bb4f82bd6a.tar.bz2 wireshark-9b101b14378091f0272cfdcd6ef6c2bb4f82bd6a.zip |
because of the privilege separation done, read filters won't work by definition now. Comment out the corresponding test case
svn path=/trunk/; revision=23546
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-capture.sh | 3 |
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 } |