mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
iso15 - add some annotation for write mulit
This commit is contained in:
parent
85170f914e
commit
3ddf7a0ce5
2 changed files with 5 additions and 0 deletions
|
@ -404,6 +404,9 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
|||
case ISO15693_READ_MULTI_BLOCK:
|
||||
snprintf(exp, size, "READ_MULTI_BLOCK");
|
||||
return;
|
||||
case ISO15693_WRITE_MULTI_BLOCK:
|
||||
snprintf(exp, size, "WRITE_MULTI_BLOCK");
|
||||
return;
|
||||
case ISO15693_SELECT:
|
||||
snprintf(exp, size, "SELECT");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue