]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: removed a comment
authoriceman1001 <iceman@iuse.se>
Fri, 24 Jul 2015 14:45:52 +0000 (16:45 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 24 Jul 2015 14:45:52 +0000 (16:45 +0200)
ADD: added the ISO14443b command to commands.lua

client/cmdhf14b.c
client/lualibs/commands.lua

index a9d5ff7e93deaa05567b3e14d046be87813b802b..060656c2be6f5645165b0b7e219ec600f243e20e 100644 (file)
@@ -11,7 +11,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdbool.h>
-//#include <string.h>
 #include <stdint.h>
 #include "iso14443crc.h"
 #include "proxmark3.h"
@@ -43,7 +42,7 @@ int CmdHF14BSim(const char *Cmd)
 
 int CmdHF14BSnoop(const char *Cmd)
 {
-  UsbCommand c = {CMD_SNOOP_ISO_14443B};
+       UsbCommand c = {CMD_SNOOP_ISO_14443B};
        clearCommandBuffer();
        SendCommand(&c);
        return 0;
index 1d4bd806fbaf45452aa044692135f2ab07ee9fa2..2f4a7ea3a44443815fe15618ab95a11e13d53295 100644 (file)
@@ -63,6 +63,7 @@ local _commands = {
        CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 =                              0x0300,
        CMD_READ_SRI512_TAG =                                                0x0303,
        CMD_READ_SRIX4K_TAG =                                                0x0304,
+       CMD_ISO_14443B_COMMAND =                                                                                         0x0305,
        CMD_READER_ISO_15693 =                                               0x0310,
        CMD_SIMTAG_ISO_15693 =                                               0x0311,
        CMD_RECORD_RAW_ADC_SAMPLES_ISO_15693 =                               0x0312,
Impressum, Datenschutz