summaryrefslogtreecommitdiff
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-17 11:40:42 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-17 18:41:10 +0000
commit354f8e31cb58dd3907af50421c9dcbeb2c8e5687 (patch)
tree5a3f0510fe86b3d48ea2c7b2549b6fd2a488ab64 /test/suite-decryption.sh
parent5038efd13fce6dc911b443a856267601cf442170 (diff)
downloadwireshark-354f8e31cb58dd3907af50421c9dcbeb2c8e5687.tar.gz
Dump the output of tshark in the p < q decryption test.
See what it prints on Windows. Change-Id: Id35d87595543eca3e5b5d80dbe9a7639e0a85994 Reviewed-on: https://code.wireshark.org/review/9693 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 72211b6730..8be91b1dc9 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -128,8 +128,10 @@ decryption_step_ssl_rsa_pq() {
fi
echo $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
-o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
- -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \
- | grep /
+ -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http
+ $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
+ -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
+ -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http
$TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
-o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
-r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \