From c9601a9576d7a98bbe7322e201fa5e7aec2c03fa Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 15 Aug 2010 11:24:26 +0800 Subject: easytool: Decode the last MRT station entered/left fields --- easytool/easycard.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'easytool/easycard.h') diff --git a/easytool/easycard.h b/easytool/easycard.h index fb4d93d..37caf1f 100644 --- a/easytool/easycard.h +++ b/easytool/easycard.h @@ -28,6 +28,15 @@ struct easy_sect15blk2 { uint8_t unknown3; } __attribute__ ((packed)); +/* Sector 7 */ +struct easy_sect7blk { + uint8_t unknown[3]; + uint8_t value1; + uint8_t station_code; + uint8_t unknown2[5]; + uint8_t timestamp[3]; + uint8_t unknown3[3]; +} __attribute__ ((packed)); /* storage of a transaction log record on the transponder itself */ struct easy_log_rec { -- cgit v1.2.3