mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
covery 265061
This commit is contained in:
parent
217c8d043c
commit
c2e3f8c7d5
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ static uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *tr
|
||||||
break;
|
break;
|
||||||
case FELICA:
|
case FELICA:
|
||||||
annotateFelica(explanation, sizeof(explanation), frame, data_len);
|
annotateFelica(explanation, sizeof(explanation), frame, data_len);
|
||||||
|
break;
|
||||||
case LTO:
|
case LTO:
|
||||||
annotateLTO(explanation, sizeof(explanation), frame, data_len);
|
annotateLTO(explanation, sizeof(explanation), frame, data_len);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue