diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-01-07 01:14:29 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-01-07 01:14:29 +0000 |
commit | b82d8867986228cade9c10fd68336596d6d588d3 (patch) | |
tree | ddc8c9f935e7a8afcd2983f3e520cb36e6f6dc92 | |
parent | 1e4d8c91706201a771d2f27e141e4c067c29daff (diff) | |
download | wireshark-b82d8867986228cade9c10fd68336596d6d588d3.tar.gz wireshark-b82d8867986228cade9c10fd68336596d6d588d3.tar.bz2 wireshark-b82d8867986228cade9c10fd68336596d6d588d3.zip |
fix a test case and some comments
svn path=/trunk/; revision=16969
-rw-r--r-- | test/suite-capture.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh index b7a21e6495..7adc8eb233 100644 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -193,7 +193,6 @@ ethereal_capture_suite() { #test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout # read filter doesn't work with Ethereal and capturing! #test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter - # the snapshot length test is also based on the read filters test_step_add "Capture snapshot length 68 bytes (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_snapshot } @@ -209,9 +208,8 @@ dumpcap_capture_suite() { #DUT="$DUMPCAP -Q" DUT=$DUMPCAP test_step_add "Capture 10 packets" capture_step_10packets - # piping to stdout currently doesn't work with dumpcap! - #test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout - # read filter doesn't work with dumpcap! + test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout + # read (display) filters intentionally doesn't work with dumpcap! #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 } |