]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
cleanup
[proxmark3-svn] / client / cmddata.c
index 2db1f8eb11d495e50c419ca2e58deb85067bc60b..f7addc535064b60fd95de7a4f63805a7ac6355b3 100644 (file)
@@ -175,8 +175,8 @@ void printEM410x(uint32_t hi, uint64_t id)
                } else{
                        //output 40 bit em id
                        PrintAndLog("\nEM TAG ID      : %010llX", id);
-                       PrintAndLog("Unique TAG ID  : %010llX",  id2lo);
                        PrintAndLog("\nPossible de-scramble patterns");
+                       PrintAndLog("Unique TAG ID  : %010llX",  id2lo);
                        PrintAndLog("HoneyWell IdentKey {");
                        PrintAndLog("DEZ 8          : %08lld",id & 0xFFFFFF);
                        PrintAndLog("DEZ 10         : %010lld",id & 0xFFFFFFFF);
Impressum, Datenschutz