aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-17 13:16:29 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-17 20:28:44 +0000
commitecd3017b738e0868423c3e64a30544c52ad1e5e9 (patch)
treef5f86f0eeab590439cd7e3dd78aa2ec371d04da1 /test
parent354f8e31cb58dd3907af50421c9dcbeb2c8e5687 (diff)
In the p < q test, first run tshark -V, to see the full dissection.
Change-Id: I7d82d34369d192e7da7d554f44f448e1613f850f Reviewed-on: https://code.wireshark.org/review/9694 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-decryption.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 8be91b1dc9..777032f73a 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -129,9 +129,9 @@ decryption_step_ssl_rsa_pq() {
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
- $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
+ $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -V \
-o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
- -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http
+ -r "$CAPTURE_DIR/rsa-p-lt-q.pcap"
$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 \