mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: 'hf list mf' - 10b uid
This commit is contained in:
parent
ad99b4f394
commit
b8ddb3b384
2 changed files with 6 additions and 2 deletions
|
@ -226,9 +226,9 @@ uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trace, ui
|
|||
|
||||
// Always annotate LEGIC read/tag
|
||||
if ( protocol == LEGIC )
|
||||
annotateLegic(explanation,sizeof(explanation),frame,data_len);
|
||||
annotateLegic(explanation, sizeof(explanation), frame, data_len);
|
||||
|
||||
if (protocol == PROTO_MIFARE)
|
||||
if ( protocol == PROTO_MIFARE )
|
||||
annotateMifare(explanation, sizeof(explanation), frame, data_len, parityBytes, parity_len, isResponse);
|
||||
|
||||
if (!isResponse) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue