CHG: 'hf iclass reader' - the select / which blocks to read / before saying it succeded was corrupt

This commit is contained in:
iceman1001 2017-12-21 13:48:06 +01:00
commit 231b0df578
2 changed files with 45 additions and 15 deletions

View file

@ -488,11 +488,11 @@ int HFiClassReader(const char *Cmd, bool loop, bool verbose) {
return 0;
}
if( readStatus & FLAG_ICLASS_READER_CSN){
PrintAndLog("CSN: %s",sprint_hex(data,8));
PrintAndLog("CSN: %s", sprint_hex(data, 8));
tagFound = true;
}
if( readStatus & FLAG_ICLASS_READER_CC) {
PrintAndLog(" CC: %s",sprint_hex(data+16,8));
PrintAndLog(" CC: %s", sprint_hex(data+16, 8));
}
if( readStatus & FLAG_ICLASS_READER_CONF) {
printIclassDumpInfo(data);