]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
combine all auth data to single struct and fill it
[proxmark3-svn] / client / cmdhf.c
index ae1b12a67f216b92d8d7140ddcf1ae3072270fba..2557607b35e320217c0a0afde98d679cb671862a 100644 (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);
Impressum, Datenschutz