aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/airpdcap_int.h')
-rw-r--r--epan/crypt/airpdcap_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap_int.h b/epan/crypt/airpdcap_int.h
index cc219fc3ca..b0fcfdffdc 100644
--- a/epan/crypt/airpdcap_int.h
+++ b/epan/crypt/airpdcap_int.h
@@ -78,7 +78,7 @@
*/
#define AIRPDCAP_EXTIV(KeyID) ((KeyID >> 5) & 0x1)
-#define AIRPDCAP_KEY_INDEX(KeyID) ((KeyID >> 6) & 0x3) /* Used to determine TKIP group key from unicast (group = 1, unicast = 0) */
+#define AIRPDCAP_KEY_INDEX(KeyID) ((KeyID >> 6) & 0x3) /** Used to determine TKIP group key from unicast (group = 1, unicast = 0) */
/* Macros to get various bits of an EAPOL frame */
#define AIRPDCAP_EAP_KEY_DESCR_VER(KeyInfo_1) ((UCHAR)(KeyInfo_1 & 0x3))