rsasnakeoil2 is a PCAP file; name it .pcap for consistency. Set SVN properties appro...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 Mar 2012 19:57:48 +0000 (19:57 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 30 Mar 2012 19:57:48 +0000 (19:57 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41858 f5534014-38df-0310-8fa8-9805f1628bb7

test/captures/rsasnakeoil2.pcap [moved from test/captures/rsasnakeoil2.cap with 100% similarity, mode: 0644]
test/suite-decryption.sh

old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from test/captures/rsasnakeoil2.cap
rename to test/captures/rsasnakeoil2.pcap
index d6a81eb5f5d224049068a9ee25d6ff95c643cc51..c4ac8ec8e15422f5d5e5146259a95eb59752a210 100755 (executable)
@@ -50,7 +50,7 @@ DC_ID="suite-decryption.sh-$$"
 
 # SSL
 decryption_step_ssl() {
-       env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri -r captures/rsasnakeoil2.cap -R http | grep favicon.ico > /dev/null 2>&1
+       env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri -r captures/rsasnakeoil2.pcap -R http | grep favicon.ico > /dev/null 2>&1
        RETURNVALUE=$?
        if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
                test_step_failed "Failed to decrypt SSL"