From: iceman1001 Date: Mon, 18 Apr 2016 11:02:36 +0000 (+0200) Subject: FIX: corrected the FLAG_NR_AR_ATTACK X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ce211cef39604f6075673c90881d12f19e1614ef FIX: corrected the FLAG_NR_AR_ATTACK --- diff --git a/client/hid-flasher/usb_cmd.h b/client/hid-flasher/usb_cmd.h index 4a249134..f1f3eb94 100644 --- a/client/hid-flasher/usb_cmd.h +++ b/client/hid-flasher/usb_cmd.h @@ -209,7 +209,7 @@ typedef struct { #define FLAG_7B_UID_IN_DATA 0x04 #define FLAG_10B_UID_IN_DATA 0x08 #define FLAG_UID_IN_EMUL 0x10 -#define FLAG_NR_AR_ATTACK 0x12 +#define FLAG_NR_AR_ATTACK 0x20 //Iclass reader flags diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 19618e95..09ddc3b9 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -222,7 +222,7 @@ typedef struct{ #define FLAG_7B_UID_IN_DATA 0x04 #define FLAG_10B_UID_IN_DATA 0x08 #define FLAG_UID_IN_EMUL 0x10 -#define FLAG_NR_AR_ATTACK 0x12 +#define FLAG_NR_AR_ATTACK 0x20 //Iclass reader flags