annotage desfire more

This commit is contained in:
iceman1001
2020-04-10 10:28:15 +02:00
parent 732c012be7
commit 0e2ac41717
2 changed files with 27 additions and 29 deletions

View File

@@ -709,7 +709,6 @@ void annotateMfDesfire(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
pos++;
for (uint8_t i = 0; i < 2; i++, pos++) {
switch (cmd[pos]) {
case MFDES_CREATE_APPLICATION:
snprintf(exp, size, "CREATE APPLICATION");
@@ -822,6 +821,9 @@ void annotateMfDesfire(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
case MFDES_ADDITIONAL_FRAME:
snprintf(exp, size, "AUTH FRAME / NEXT FRAME");
break;
case MFDES_READSIG:
snprintf(exp, size, "READ SIGNATURE");
break;
default:
break;
}