mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual layout in printing formats
This commit is contained in:
parent
0be6737ad9
commit
189523b190
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ static void HIDDisplayUnpackedCard(wiegand_card_t *card, const cardformat_t form
|
||||||
if (format.Fields.hasParity)
|
if (format.Fields.hasParity)
|
||||||
snprintf(s + strlen(s), sizeof(s) - strlen(s), " parity: %s", card->ParityValid ? "valid" : "invalid");
|
snprintf(s + strlen(s), sizeof(s) - strlen(s), " parity: %s", card->ParityValid ? "valid" : "invalid");
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "%s [%s - %s]", s, format.Name, format.Descrp);
|
PrintAndLogEx(SUCCESS, "[%s] - %s; %s", format.Name, format.Descrp, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HIDTryUnpack(wiegand_message_t *packed, bool ignore_parity) {
|
bool HIDTryUnpack(wiegand_message_t *packed, bool ignore_parity) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue