X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..a553f2674865fa544d04ca7b8194e30c008644ae:/client/cmdhf.c diff --git a/client/cmdhf.c b/client/cmdhf.c index 7e3a662b..176d99cc 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -1,3 +1,13 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// +// 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 #include "proxusb.h" #include "graph.h" @@ -21,9 +31,10 @@ 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... }"}, + {"legic", CmdHFLegic, 0, "{ LEGIC RFIDs... }"}, {"tune", CmdHFTune, 0, "Continuously measure HF antenna tuning"}, {NULL, NULL, 0, NULL} };