projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0923c43
)
FIX: Mental note to self, bitnumber 4 is used, not the value 4 which would be bitnum...
author
iceman1001
<iceman@iuse.se>
Wed, 27 Apr 2016 17:54:29 +0000
(19:54 +0200)
committer
iceman1001
<iceman@iuse.se>
Wed, 27 Apr 2016 17:54:29 +0000
(19:54 +0200)
client/cmdhf.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmdhf.c
b/client/cmdhf.c
index 8f4c68d50bd08c54bece5324cab1a3e11d9ecf48..8724adadf61c4f0845f3c0222657840e5b5707e5 100644
(file)
--- a/
client/cmdhf.c
+++ b/
client/cmdhf.c
@@
-277,7
+277,7
@@
void annotateIso14443b(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize)
default: snprintf(exp, size,"16 slots ");break;
}
- if ( (cmd[2] & 0x
4
) )
+ if ( (cmd[2] & 0x
8
) )
snprintf(exp, size,"REQB");
else
snprintf(exp, size,"WUPB");
Impressum
,
Datenschutz