]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/apps.h
Added iClass eavesdrop support for Proxmark3
[proxmark3-svn] / armsrc / apps.h
index 7fdde6f18276ff974f4f45a816a598e8da26a410..2d15a907dd701ac5dea3cc3103f37d7fe1d7508b 100644 (file)
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------------------------
 // Jonathan Westhues, Aug 2005
-// Gerhard de Koning Gans, April 2008
+// Gerhard de Koning Gans, April 2008, May 2011
 //
 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
 // at your option, any later version. See the LICENSE.txt file for the text of
@@ -116,6 +116,9 @@ void BruteforceIso15693Afi(uint32_t speed); // find an AFI of a tag - atrox
 void DirectTag15693Command(uint32_t datalen,uint32_t speed, uint32_t recv, uint8_t data[]); // send arbitrary commands from CLI - atrox 
 void SetDebugIso15693(uint32_t flag);
 
+/// iclass.h
+void RAMFUNC SnoopIClass(void);
+
 /// util.h
 
 #endif
Impressum, Datenschutz