]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdanalyse.h
4103a2b982ba7df567329ed7eacb95a2e4a88dc0
   1 //----------------------------------------------------------------------------- 
   2 // Copyright (C) 2016 iceman <iceman at ...> 
   4 // This code is licensed to you under the terms of the GNU GPL, version 2 or, 
   5 // at your option, any later version. See the LICENSE.txt file for the text of 
   7 //----------------------------------------------------------------------------- 
   8 // Data and Graph commands 
   9 //----------------------------------------------------------------------------- 
  11 #ifndef CMDANALYSE_H__ 
  12 #define CMDANALYSE_H__ 
  14 #include <stdlib.h>  //size_t 
  17 #include "proxmark3.h" 
  18 #include "ui.h"         // PrintAndLog 
  21 #include "../common/iso15693tools.h" 
  23 #include "../include/legic_prng.h" 
  25 int usage_analyse_lcr(void); 
  26 int usage_analyse_checksum(void); 
  27 int usage_analyse_crc(void); 
  29 int CmdAnalyse(const char *Cmd
); 
  30 int CmdAnalyseLCR(const char *Cmd
); 
  31 int CmdAnalyseCHKSUM(const char *Cmd
); 
  32 int CmdAnalyseDates(const char *Cmd
); 
  33 int CmdAnalyseCRC(const char *Cmd
); 
  34 int CmdAnalyseTEASelfTest(const char *Cmd
); 
  35 int CmdAnalyseLfsr(const char *Cmd
);