aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-12 18:59:11 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-14 13:31:12 +0000
commit5c1b132fe8b428356b6ffc7dcbc4edbeff286d41 (patch)
treed90cf757c6c813c02b183a0613753af9555496b0 /epan
parent679c18a3e926e987c774c932ee1725f6adc798b8 (diff)
airpdcap_system.(h) fix parameter 'mngHandshake/mngDecrypt' not found in the function declaration [-Wdocumentation]
Change-Id: I0d0c1a3dde14d9817aef28352081dfbfbac6c9fb Reviewed-on: https://code.wireshark.org/review/11774 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/crypt/airpdcap_system.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/crypt/airpdcap_system.h b/epan/crypt/airpdcap_system.h
index 0eda91b0a1..e947308ff5 100644
--- a/epan/crypt/airpdcap_system.h
+++ b/epan/crypt/airpdcap_system.h
@@ -186,10 +186,9 @@ extern "C" {
* @param key [OUT] Pointer to a preallocated key structure containing
* the key used during the decryption process (if done). If this parameter
* is set to NULL, the key will be not returned.
- * @param mngHandshake [IN] If TRUE this function will manage the 4-way
- * handshake for WPA/WPA2
- * @param mngDecrypt [IN] If TRUE this function will manage the WEP or
- * WPA/WPA2 decryption
+ * @param scanHandshake [IN] If TRUE this function will additional check if
+ * the 802.11 frame data is pointing to has key information and if so use
+ * it to setup potential decryption keys.
* @return
* - AIRPDCAP_RET_SUCCESS: Decryption has been done (decrypt_data and
* decrypt_length will contain the packet data decrypted and the length of