]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
Check keys in hf mf nested and hf mf chk (#414)
[proxmark3-svn] / client / cmdhf.c
index eb2ba9b2e6d0e5b11030bb80948c109ad64f7729..6aa5ae4e5e2d5809e9701ebaa5c447dcb9369baf 100644 (file)
@@ -546,7 +546,7 @@ uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trace, ui
        
        if (showWaitCycles && !isResponse && next_record_is_response(tracepos, trace)) {
                uint32_t next_timestamp = *((uint32_t *)(trace + tracepos));
        
        if (showWaitCycles && !isResponse && next_record_is_response(tracepos, trace)) {
                uint32_t next_timestamp = *((uint32_t *)(trace + tracepos));
-               PrintAndLog(" %9d | %9d | %s | fdt (Frame Delay Time): %d",
+               PrintAndLog(" %10d | %10d | %s | fdt (Frame Delay Time): %d",
                        (EndOfTransmissionTimestamp - first_timestamp),
                        (next_timestamp - first_timestamp),
                        "   ",
                        (EndOfTransmissionTimestamp - first_timestamp),
                        (next_timestamp - first_timestamp),
                        "   ",
Impressum, Datenschutz