summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-11 18:32:20 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-11 18:32:20 +0000
commitb0f634c396f2bec194abcc827ead9686927aa6b1 (patch)
tree66c56008f6b5d88d879841e7251f05ee1f42bde1 /epan/crypt
parent5800abad4620cbd3885b2460ee0383ced0cf6e3f (diff)
downloadwireshark-b0f634c396f2bec194abcc827ead9686927aa6b1.tar.gz
If we haven't found a handshake packet, say so.
svn path=/trunk/; revision=24605
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/airpdcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap.c b/epan/crypt/airpdcap.c
index f711eccf89..22ccfb067e 100644
--- a/epan/crypt/airpdcap.c
+++ b/epan/crypt/airpdcap.c
@@ -919,7 +919,7 @@ AirPDcapRsna4WHandshake(
if (ret_value) {
AIRPDCAP_DEBUG_PRINT_LINE("AirPDcapRsna4WHandshake", "handshake step failed", AIRPDCAP_DEBUG_LEVEL_3);
- return ret_value;
+ return AIRPDCAP_RET_NO_VALID_HANDSHAKE;
}
sa->handshake=2;