]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflist.h
moved some functions and added auth sequence annotation
[proxmark3-svn] / client / cmdhflist.h
index 138e5590956f5115b4b28cf9d8dabfd9768f59d6..9bed08abfcd758bc08a4d198ae5285c8d7ff9c00 100644 (file)
@@ -7,5 +7,17 @@
 //-----------------------------------------------------------------------------
 // Command: hf mf list. It shows data from arm buffer.
 //-----------------------------------------------------------------------------
+#ifndef CMDHFLIST_H
+#define CMDHFLIST_H
 
+#include <stdlib.h>
+#include <stdint.h>
+#include <stdbool.h>
 
+extern uint8_t iso14443A_CRC_check(bool isResponse, uint8_t* data, uint8_t len);
+extern uint8_t mifare_CRC_check(bool isResponse, uint8_t* data, uint8_t len);
+extern void annotateIso14443a(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize);
+extern void annotateMifare(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize, bool isResponse);
+
+
+#endif // CMDHFLIST
Impressum, Datenschutz