]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: that OEM variable that is unused.
authoriceman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 20:22:34 +0000 (22:22 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 20:22:34 +0000 (22:22 +0200)
client/cmdlfhid.c

index f17bb58c96610f38718eaf8d090cf9149a74d8a8..b9d3ace32188a49aa9af9780af9276988b4945e0 100644 (file)
@@ -335,14 +335,15 @@ int CmdHIDWiegand(const char *Cmd) {
        // 
        uint8_t ftmlen[] = {26,33,34,35,37,38,40};
        
        // 
        uint8_t ftmlen[] = {26,33,34,35,37,38,40};
        
-       PrintAndLog("HID | FC  | CN    |  Wiegand  |  HID Formatted");
-       PrintAndLog("----+-----+-------+-----------+--------------------");
+       PrintAndLog("HID | OEM |  FC |   CN  |  Wiegand  |  HID Formatted");
+       PrintAndLog("----+-----+-----+-------+-----------+--------------------");
        for (uint8_t i = 0; i < sizeof(ftmlen); i++){
                calcWiegand( ftmlen[i], fc, cardnum, bs);
                blocks[0] = bytebits_to_byte(bs,32);
                blocks[1] = bytebits_to_byte(bs+32,32);
        for (uint8_t i = 0; i < sizeof(ftmlen); i++){
                calcWiegand( ftmlen[i], fc, cardnum, bs);
                blocks[0] = bytebits_to_byte(bs,32);
                blocks[1] = bytebits_to_byte(bs+32,32);
-               PrintAndLog(" %d | %d  | %llu  | %08X%08X  |  %08X%08X ",
+               PrintAndLog(" %d | %d  | %d  | %llu  | %08X%08X  |  %08X%08X ",
                        ftmlen,
                        ftmlen,
+                       oem,
                        fc,
                        cardnum,
                        wiegand[0],
                        fc,
                        cardnum,
                        wiegand[0],
@@ -351,7 +352,7 @@ int CmdHIDWiegand(const char *Cmd) {
                        blocks[1]
                        );
        }
                        blocks[1]
                        );
        }
-       PrintAndLog("----+-----+-------+-----------+--------------------");
+       PrintAndLog("----+-----+-----+-------+-----------+--------------------");
        return 0;
 }
 
        return 0;
 }
 
Impressum, Datenschutz