Skip to content

Commit

Permalink
emv
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrigato committed Feb 6, 2018
1 parent 6401981 commit 4561247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/cmdhf.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//-----------------------------------------------------------------------------

#include "cmdhf.h"
#include "emv/cmdemv.h"
#include "cmdhf14a.h"
#include "cmdhf14b.h"
#include "cmdhf15.h"
Expand Down Expand Up @@ -818,6 +819,7 @@ static command_t CommandTable[] = {{"help", CmdHelp, 1, "This help"},
{"14b", CmdHF14B, 1, "{ ISO14443B RFIDs... }"},
{"15", CmdHF15, 1, "{ ISO15693 RFIDs... }"},
{"epa", CmdHFEPA, 1, "{ German Identification Card... }"},
{"emv", CmdHFEMV, 1, "{ EMV cards... }"},
{"legic", CmdHFLegic, 0, "{ LEGIC RFIDs... }"},
{"iclass", CmdHFiClass, 1, "{ ICLASS RFIDs... }"},
{"mf", CmdHFMF, 1, "{ MIFARE RFIDs... }"},
Expand Down

0 comments on commit 4561247

Please sign in to comment.