]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
Merge remote-tracking branch 'upstream/master'
[proxmark3-svn] / client / cmddata.c
index 1b4fd2384a0630cda9cacd66a68d0c1bc9379946..f8a7dec749befb7b9fc8a09450728d98727fe9d2 100644 (file)
@@ -176,8 +176,8 @@ void printEM410x(uint32_t hi, uint64_t id)
                } else{
                        //output 40 bit em id
                        PrintAndLog("\nEM TAG ID      : %010" PRIX64, id);
-                       PrintAndLog("Unique TAG ID  : %010" PRIX64,  id2lo);
                        PrintAndLog("\nPossible de-scramble patterns");
+                       PrintAndLog("Unique TAG ID  : %010" PRIX64,  id2lo);
                        PrintAndLog("HoneyWell IdentKey {");
                        PrintAndLog("DEZ 8          : %08" PRIu64,id & 0xFFFFFF);
                        PrintAndLog("DEZ 10         : %010" PRIu64,id & 0xFFFFFFFF);
Impressum, Datenschutz