mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix appearance
This commit is contained in:
parent
7b215d149a
commit
28ee794f59
2 changed files with 7 additions and 5 deletions
|
@ -434,10 +434,12 @@ uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trace, ui
|
|||
}
|
||||
|
||||
if (DecodeMifareData(frame, data_len, isResponse, mfData, &mfDataLen)) {
|
||||
PrintAndLog(" | | |%-64s | %s| %s",
|
||||
annotateIso14443a(explanation, sizeof(explanation), mfData, mfDataLen);
|
||||
|
||||
PrintAndLog(" | * | dec |%-64s | %-4s| %s",
|
||||
sprint_hex(mfData, mfDataLen),
|
||||
"",
|
||||
(false) ? explanation : "");
|
||||
(true) ? explanation : "");
|
||||
};
|
||||
|
||||
if (is_last_record(tracepos, trace, traceLen)) return traceLen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue