]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/mifaresniff.h
small improvements, added new command `hf mf sniff` (there will be cool sniffer)...
[proxmark3-svn] / armsrc / mifaresniff.h
diff --git a/armsrc/mifaresniff.h b/armsrc/mifaresniff.h
new file mode 100644 (file)
index 0000000..21692ae
--- /dev/null
@@ -0,0 +1,26 @@
+//-----------------------------------------------------------------------------\r
+// Merlok - June 2012\r
+//\r
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,\r
+// at your option, any later version. See the LICENSE.txt file for the text of\r
+// the license.\r
+//-----------------------------------------------------------------------------\r
+// Routines to support mifare classic sniffer.\r
+//-----------------------------------------------------------------------------\r
+\r
+#ifndef __MIFARESNIFF_H\r
+#define __MIFARESNIFF_H\r
+\r
+#include "proxmark3.h"\r
+#include "apps.h"\r
+#include "util.h"\r
+#include "string.h"\r
+\r
+#include "iso14443crc.h"\r
+#include "iso14443a.h"\r
+#include "crapto1.h"\r
+#include "mifareutil.h"\r
+#include "common.h"\r
+\r
+\r
+#endif
\ No newline at end of file
Impressum, Datenschutz