aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-10-16 15:58:09 +0200
committerJörg Mayer <jmayer@loplof.de>2016-10-16 14:03:55 +0000
commit95c944884ab00db7529512129f0292f1a74aa1fd (patch)
tree8632706c650655c82278b90c04b2c1ced6455c3f /test/suite-decryption.sh
parent9711d2220ce1584a37e9e7d7df3ebf3c8e57b23d (diff)
More wlan_mgt cleanup:
- Fix test script to use wlan instead of wlan_mgt - Remove a now useless test in the dissector Change-Id: I9a7644947c3002c759a7ae5728a8559682cfd4fd Reviewed-on: https://code.wireshark.org/review/18215 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
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 a8ff669751..00e4bf3ce3 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -113,7 +113,7 @@ decryption_step_80211_wpa_psk_mfp() {
out=$($TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
-o "wlan.enable_decryption: TRUE" \
-r "$CAPTURE_DIR/wpa-test-decode-mgmt.pcap.gz" \
- -Y "wlan_mgt.fixed.reason_code == 2 || wlan_mgt.fixed.category_code == 3" \
+ -Y "wlan.fixed.reason_code == 2 || wlan.fixed.category_code == 3" \
2>&1)
RETURNVALUE=$?
frames=$(echo "$out" | wc -l)