mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Add first and last block for READ_MULTI_BLOCK
This commit is contained in:
parent
1818fc6b52
commit
e4c641b708
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
snprintf(exp, size, "LOCKBLOCK");
|
snprintf(exp, size, "LOCKBLOCK");
|
||||||
return;
|
return;
|
||||||
case ISO15693_READ_MULTI_BLOCK:
|
case ISO15693_READ_MULTI_BLOCK:
|
||||||
snprintf(exp, size, "READ_MULTI_BLOCK");
|
snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[2], (cmd[2] + cmd[3]));
|
||||||
return;
|
return;
|
||||||
case ISO15693_WRITE_MULTI_BLOCK:
|
case ISO15693_WRITE_MULTI_BLOCK:
|
||||||
snprintf(exp, size, "WRITE_MULTI_BLOCK");
|
snprintf(exp, size, "WRITE_MULTI_BLOCK");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue