]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/mifaresniff.h
small improvements, added new command `hf mf sniff` (there will be cool sniffer)...
[proxmark3-svn] / armsrc / mifaresniff.h
CommitLineData
b62a5a84
M
1//-----------------------------------------------------------------------------\r
2// Merlok - June 2012\r
3//\r
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,\r
5// at your option, any later version. See the LICENSE.txt file for the text of\r
6// the license.\r
7//-----------------------------------------------------------------------------\r
8// Routines to support mifare classic sniffer.\r
9//-----------------------------------------------------------------------------\r
10\r
11#ifndef __MIFARESNIFF_H\r
12#define __MIFARESNIFF_H\r
13\r
14#include "proxmark3.h"\r
15#include "apps.h"\r
16#include "util.h"\r
17#include "string.h"\r
18\r
19#include "iso14443crc.h"\r
20#include "iso14443a.h"\r
21#include "crapto1.h"\r
22#include "mifareutil.h"\r
23#include "common.h"\r
24\r
25\r
26#endif
Impressum, Datenschutz