combine all auth data to single struct and fill it

This commit is contained in:
Oleg Moiseenko 2018-02-10 19:03:29 +02:00
parent fb30f5a101
commit aadc6bf1e1
3 changed files with 45 additions and 16 deletions

View file

@ -543,6 +543,7 @@ int CmdHFList(const char *Cmd)
PrintAndLog(" Start | End | Src | Data (! denotes parity error) | CRC | Annotation |");
PrintAndLog("------------|------------|-----|-----------------------------------------------------------------|-----|--------------------|");
ClearAuthData();
while(tracepos < traceLen)
{
tracepos = printTraceLine(tracepos, traceLen, trace, protocol, showWaitCycles, markCRCBytes);