summaryrefslogtreecommitdiff
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-16 23:38:22 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-17 06:39:01 +0000
commit256a7be13e435920220cae5bdd7a14b0dbe69a11 (patch)
tree4feb963b6ccaa282c2b191d7b3b90a06ea9efe21 /test/suite-decryption.sh
parent6e4f4726ac91546a5f651e4feaa02be0c978ac35 (diff)
downloadwireshark-256a7be13e435920220cae5bdd7a14b0dbe69a11.tar.gz
The dissector for HTTP-over-SSL is now called "http-over-ssl", not just "http".
The "http" dissector is what's used for protocols other than TCP, SCTP, and SSL/TLS. Change-Id: Ib5138d3a082f1017b7ef190e5128a21eb9a49e92 Reviewed-on: https://code.wireshark.org/review/14947 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index ac5634d5db..c9d3c75e0e 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -184,7 +184,7 @@ decryption_step_ssl_rsa_pq() {
TEST_KEYS_FILE="`cygpath -w $TEST_KEYS_FILE`"
fi
$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" \
+ -o ssl.keys_list:"0.0.0.0,443,http-over-ssl,$TEST_KEYS_FILE" \
-r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \
| grep / > /dev/null 2>&1
RETURNVALUE=$?