From 354f8e31cb58dd3907af50421c9dcbeb2c8e5687 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 17 Jul 2015 11:40:42 -0700 Subject: 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 --- test/suite-decryption.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/suite-decryption.sh') 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 \ -- cgit v1.2.3