]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/iso15693tools.h
Unstable branch: ported iclass research from Pentura_Prox's previous proxmark implent...
[proxmark3-svn] / common / iso15693tools.h
index fff008ff7b1c0b1a44cd288d09c041973ac55de0..9e9fe5d39d2bda58661bc9aff3829864aca3177c 100644 (file)
@@ -1,5 +1,5 @@
 // ISO15693 commons
-// Adrian Dabrowski 2010, GPLv2
+// Adrian Dabrowski 2010 and others, GPLv2
 
 #ifndef ISO15693_H__
 #define ISO15693_H__
@@ -70,7 +70,7 @@
 uint16_t Iso15693Crc(uint8_t *v, int n);
 int Iso15693AddCrc(uint8_t *req, int n);
 char* Iso15693sprintUID(char *target,uint8_t *uid);
-
+unsigned short iclass_crc16(char *data_p, unsigned short length);
 //-----------------------------------------------------------------------------
 // Map a sequence of octets (~layer 2 command) into the set of bits to feed
 // to the FPGA, to transmit that command to the tag.
Impressum, Datenschutz