X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ac14bee321a52c588038b02bfe69d208a31a70ba..b62a5a8444db6dcfad2b491f3283f43378c630cf:/armsrc/mifaresniff.h?ds=sidebyside diff --git a/armsrc/mifaresniff.h b/armsrc/mifaresniff.h new file mode 100644 index 00000000..21692aec --- /dev/null +++ b/armsrc/mifaresniff.h @@ -0,0 +1,26 @@ +//----------------------------------------------------------------------------- +// Merlok - June 2012 +// +// 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 +// the license. +//----------------------------------------------------------------------------- +// Routines to support mifare classic sniffer. +//----------------------------------------------------------------------------- + +#ifndef __MIFARESNIFF_H +#define __MIFARESNIFF_H + +#include "proxmark3.h" +#include "apps.h" +#include "util.h" +#include "string.h" + +#include "iso14443crc.h" +#include "iso14443a.h" +#include "crapto1.h" +#include "mifareutil.h" +#include "common.h" + + +#endif \ No newline at end of file