mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
textual
This commit is contained in:
parent
864b632a19
commit
0890884cd5
1 changed files with 9 additions and 9 deletions
|
@ -114,17 +114,17 @@ MAKE_ENUM_CONST(Alg, uint8_t,
|
|||
|
||||
// KSX6924LookupTMoneyIDCenter
|
||||
MAKE_ENUM_CONST(TMoneyIDCenter, uint8_t,
|
||||
{ 0x00, "reserved" },
|
||||
{ 0x00, "Reserved" },
|
||||
{ 0x01, "Korea Financial Telecommunications and Clearings Institute" },
|
||||
{ 0x02, "A-Cash" },
|
||||
{ 0x03, "Mybi" },
|
||||
|
||||
{ 0x04, "Reserved" },
|
||||
{ 0x05, "V-Cash" },
|
||||
{ 0x06, "Mondex Korea" },
|
||||
{ 0x07, "Korea Expressway Corporation" },
|
||||
{ 0x08, "Korea Smart Card Corporation" },
|
||||
{ 0x08, "Tmoney Co., Ltd." },
|
||||
{ 0x09, "KORAIL Networks" },
|
||||
|
||||
{ 0x0a, "Reserved" },
|
||||
{ 0x0b, "EB Card Corporation" },
|
||||
{ 0x0c, "Seoul Bus Transport Association" },
|
||||
{ 0x0d, "Cardnet" },
|
||||
|
@ -165,17 +165,17 @@ MAKE_ENUM_CONST(TMoneyTCode, uint8_t,
|
|||
// KSX6924LookupTMoneyCCode
|
||||
MAKE_ENUM_CONST(TMoneyCCode, uint8_t,
|
||||
{ 0x00, "None" },
|
||||
{ 0x01, "KB Kookmin Bank" },
|
||||
{ 0x02, "Nonghyup Bank" },
|
||||
{ 0x01, "KB Card" },
|
||||
{ 0x02, "NH Card" },
|
||||
{ 0x03, "Lotte Card" },
|
||||
{ 0x04, "BC Card" },
|
||||
{ 0x05, "Samsung Card" },
|
||||
{ 0x06, "Shinhan Bank" },
|
||||
{ 0x06, "Shinhan Card" },
|
||||
{ 0x07, "Citibank Korea" },
|
||||
{ 0x08, "Korea Exchange Bank" },
|
||||
{ 0x09, "Woori" },
|
||||
{ 0x09, "Woori Card" },
|
||||
{ 0x0a, "Hana SK Card" },
|
||||
{ 0x0b, "Hyundai Capital Services" },
|
||||
{ 0x0b, "Hyundai Card" },
|
||||
);
|
||||
|
||||
static const char *KSX6924_UNKNOWN = "Unknown";
|
||||
|
|
Loading…
Reference in a new issue