aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-11 20:52:05 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-11 20:52:05 +0000
commit1482ce49979feb576352755b6575bd80e9a24230 (patch)
tree11674a1971f1a1b34b5f37c005e003b4c0923163 /test
parent804bf90caaf18c386a2b6f2e1d0bdaf70372c6fc (diff)
Revert part of r53874
svn path=/trunk/; revision=53944
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-decryption.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 9acf0f426c..0212bea42a 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -80,7 +80,8 @@ decryption_step_80211_wpa_psk() {
decryption_step_dtls() {
env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
-Tfields -e data.data \
- -r "$CAPTURE_DIR/snakeoil-dtls.pcap" -Y http
+ -r "$CAPTURE_DIR/snakeoil-dtls.pcap" -Y http \
+ | grep "69:74:20:77:6f:72:6b:20:21:0a" > /dev/null 2>&1
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "Failed to decrypt DTLS"