]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfnedap.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdlfnedap.h
CommitLineData
56bbb25a 1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency T55xx commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFNEDAP_H__
10#define CMDLFNEDAP_H__
11#include "proxmark3.h"
12#include "ui.h"
13#include "util.h"
14#include "graph.h"
15#include "cmdparser.h"
16#include "cmddata.h"
17#include "cmdmain.h"
18#include "cmdlf.h"
19#include "protocols.h" // for T55xx config register definitions
20#include "lfdemod.h" // parityTest
21#include "crc.h"
22
23int CmdLFNedap(const char *Cmd);
c71f4da9 24int CmdLFNedapDemod(const char *Cmd);
56bbb25a 25int CmdLFNedapRead(const char *Cmd);
26//int CmdLFNedapClone(const char *Cmd);
27int CmdLFNedapSim(const char *Cmd);
c71f4da9 28int CmdLFNedapChk(const char *Cmd);
56bbb25a 29
30int usage_lf_nedap_read(void);
31//int usage_lf_nedap_clone(void);
32int usage_lf_nedap_sim(void);
33#endif
34
Impressum, Datenschutz