]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
git housekeeping:
[proxmark3-svn] / client / cmdhf.c
index 7e3a662b9fe546a5ef559bb4a0de9db4e9582288..d955fc8321456ee48f74d935d0c68d511b738357 100644 (file)
@@ -1,5 +1,16 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// 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.
+//-----------------------------------------------------------------------------
+// High frequency commands
+//-----------------------------------------------------------------------------
+
 #include <stdio.h>
-#include "proxusb.h"
+//#include "proxusb.h"
+#include "proxmark3.h"
 #include "graph.h"
 #include "ui.h"
 #include "cmdparser.h"
@@ -7,7 +18,10 @@
 #include "cmdhf14a.h"
 #include "cmdhf14b.h"
 #include "cmdhf15.h"
+#include "cmdhfepa.h"
 #include "cmdhflegic.h"
+#include "cmdhficlass.h"
+#include "cmdhfmf.h"
 
 static int CmdHelp(const char *Cmd);
 
@@ -21,9 +35,13 @@ int CmdHFTune(const char *Cmd)
 static command_t CommandTable[] = 
 {
   {"help",        CmdHelp,          1, "This help"},
-  {"14a",         CmdHF14A,         1, "ISO14443A RFIDs"},
-  {"14b",         CmdHF14B,         1, "ISO14443B RFIDs"},
-  {"15",          CmdHF15,          1, "ISO15693 RFIDs"},
+  {"14a",         CmdHF14A,         1, "{ ISO14443A RFIDs... }"},
+  {"14b",         CmdHF14B,         1, "{ ISO14443B RFIDs... }"},
+  {"15",          CmdHF15,          1, "{ ISO15693 RFIDs... }"},
+  {"epa",         CmdHFEPA,         1, "{ German Identification Card... }"},
+  {"legic",       CmdHFLegic,       0, "{ LEGIC RFIDs... }"},
+  {"iclass",      CmdHFiClass,      1, "{ ICLASS RFIDs... }"},
+  {"mf",               CmdHFMF,                      1, "{ MIFARE RFIDs... }"},
   {"tune",        CmdHFTune,        0, "Continuously measure HF antenna tuning"},
   {NULL, NULL, 0, NULL}
 };
Impressum, Datenschutz