]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/mifaresniff.c
Syntaxt suger,
[proxmark3-svn] / armsrc / mifaresniff.c
index 0cc2963bc3a88c7c7854ea11689d75773f3265bf..53970e4451cff6fdcf4c53b1194f63a3028ab411 100644 (file)
 \r
 static int sniffState = SNF_INIT;\r
 static uint8_t sniffUIDType;\r
 \r
 static int sniffState = SNF_INIT;\r
 static uint8_t sniffUIDType;\r
-static uint8_t sniffUID[8] = {0x00};\r
-static uint8_t sniffATQA[2] = {0x00};\r
+static uint8_t sniffUID[8];\r
+static uint8_t sniffATQA[2];\r
 static uint8_t sniffSAK;\r
 static uint8_t sniffSAK;\r
-static uint8_t sniffBuf[16] = {0x00};\r
-static uint32_t timerData = 0;\r
+static uint8_t sniffBuf[16];\r
+static uint32_t timerData;\r
 \r
 \r
 bool MfSniffInit(void){\r
 \r
 \r
 bool MfSniffInit(void){\r
@@ -25,7 +25,6 @@ bool MfSniffInit(void){
        memset(sniffATQA, 0x00, 2);\r
        sniffSAK = 0;\r
        sniffUIDType = SNF_UID_4;\r
        memset(sniffATQA, 0x00, 2);\r
        sniffSAK = 0;\r
        sniffUIDType = SNF_UID_4;\r
-\r
        return FALSE;\r
 }\r
 \r
        return FALSE;\r
 }\r
 \r
@@ -33,7 +32,6 @@ bool MfSniffEnd(void){
        LED_B_ON();\r
        cmd_send(CMD_ACK,0,0,0,0,0);\r
        LED_B_OFF();\r
        LED_B_ON();\r
        cmd_send(CMD_ACK,0,0,0,0,0);\r
        LED_B_OFF();\r
-\r
        return FALSE;\r
 }\r
 \r
        return FALSE;\r
 }\r
 \r
@@ -169,6 +167,5 @@ bool intMfSniffSend() {
        LED_B_OFF();\r
 \r
        clear_trace();\r
        LED_B_OFF();\r
 \r
        clear_trace();\r
-       \r
        return TRUE;\r
 }\r
        return TRUE;\r
 }\r
Impressum, Datenschutz