Add Mifare Desfire GetDFNames and improve HF MFDES Enum output

This commit is contained in:
Bjoern Kerler
2020-04-07 21:30:12 +02:00
parent 82fad10e16
commit 3833b8ee3b
5 changed files with 61 additions and 9 deletions

View File

@@ -768,6 +768,9 @@ void annotateMfDesfire(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
case MFDES_GET_FILE_IDS:
snprintf(exp, size, "GET FILE IDS");
break;
case MFDES_GET_DF_NAMES:
snprintf(exp, size, "GET DF NAMES");
break;
case MFDES_GET_ISOFILE_IDS:
snprintf(exp, size, "GET ISOFILE IDS");
break;