aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-07 01:14:29 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-07 01:14:29 +0000
commitb82d8867986228cade9c10fd68336596d6d588d3 (patch)
treeddc8c9f935e7a8afcd2983f3e520cb36e6f6dc92 /test/suite-capture.sh
parent1e4d8c91706201a771d2f27e141e4c067c29daff (diff)
fix a test case and some comments
svn path=/trunk/; revision=16969
Diffstat (limited to 'test/suite-capture.sh')
-rw-r--r--test/suite-capture.sh6
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
}