]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfjablotron.c
ADD: Binary Encoded Digit -> Decimal
[proxmark3-svn] / client / cmdlfjablotron.c
index da4b0040a009d097d635d0122374120470c2af77..bbe39a5270bf47c0e07a919536052b089566a403 100644 (file)
@@ -18,7 +18,7 @@ int usage_lf_jablotron_clone(void){
        PrintAndLog("      <card ID>  : jablotron card ID");
        PrintAndLog("      <Q5>       : specify write to Q5 (t5555 instead of t55x7)");
        PrintAndLog("");
-       PrintAndLog("Sample: lf jablotron clone 112233");
+       PrintAndLog("Sample: lf jablotron clone 112233");
        return 0;
 }
 
@@ -31,7 +31,7 @@ int usage_lf_jablotron_sim(void) {
        PrintAndLog("      h          : This help");
        PrintAndLog("      <card ID>  : jablotron card ID");
        PrintAndLog("");
-       PrintAndLog("Sample: lf jablotron sim 112233");
+       PrintAndLog("Sample: lf jablotron sim 112233");
        return 0;
 }
 
@@ -144,7 +144,7 @@ int CmdJablotronClone(const char *Cmd) {
        // clearing the topbit needed for the preambl detection. 
        if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
                fullcode &= 0x7FFFFFFFFF;
-               PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+               PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
        }
        
        if ( !getJablotronBits(fullcode, bs)) {
@@ -190,7 +190,7 @@ int CmdJablotronSim(const char *Cmd) {
        // clearing the topbit needed for the preambl detection. 
        if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
                fullcode &= 0x7FFFFFFFFF;
-               PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+               PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
        }
        
        uint8_t clk = 64, encoding = 2, separator = 0, invert = 1;
Impressum, Datenschutz