X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f31b4cd888d69e87f2eaa749fe7a626dbf7dd239..6792435739c20c270ca3cc4259e5427783ae5fe1:/common/protocols.h diff --git a/common/protocols.h b/common/protocols.h index 703855f6..37a88449 100644 --- a/common/protocols.h +++ b/common/protocols.h @@ -1,6 +1,9 @@ #ifndef PROTOCOLS_H #define PROTOCOLS_H +#include + + //The following data is taken from http://www.proxmark.org/forum/viewtopic.php?pid=13501#p13501 /* ISO14443A (usually NFC tags) @@ -184,6 +187,7 @@ NXP/Philips CUSTOM COMMANDS #define ISO15693_WRITEBLOCK 0x21 #define ISO15693_LOCKBLOCK 0x22 #define ISO15693_READ_MULTI_BLOCK 0x23 +#define ISO15693_WRITE_MULTI_BLOCK 0x24 #define ISO15693_SELECT 0x25 #define ISO15693_RESET_TO_READY 0x26 #define ISO15693_WRITE_AFI 0x27 @@ -304,10 +308,6 @@ NXP/Philips CUSTOM COMMANDS #define ISO7816_MAX_FRAME_SIZE 261 - -void printIclassDumpInfo(uint8_t* iclass_dump); -void getMemConfig(uint8_t mem_cfg, uint8_t chip_cfg, uint8_t *max_blk, uint8_t *app_areas, uint8_t *kb); - /* T55x7 configuration register definitions */ #define T55x7_POR_DELAY 0x00000001 #define T55x7_ST_TERMINATOR 0x00000008