projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split data askgproxiidemod to own file
[proxmark3-svn]
/
client
/
cmdlfviking.c
diff --git
a/client/cmdlfviking.c
b/client/cmdlfviking.c
index edbc35009029a3b1b4f2a6d074f0559d554c1bd2..838bf79d51cae230bd8b6c72c512191a406f6236 100644
(file)
--- a/
client/cmdlfviking.c
+++ b/
client/cmdlfviking.c
@@
-10,6
+10,7
@@
#include <string.h>
#include <inttypes.h>
#include "proxmark3.h"
#include <string.h>
#include <inttypes.h>
#include "proxmark3.h"
+#include "cmdlfviking.h"
#include "ui.h"
#include "util.h"
#include "graph.h"
#include "ui.h"
#include "util.h"
#include "graph.h"
@@
-50,7
+51,6
@@
uint64_t getVikingBits(uint32_t id) {
return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
}
return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
}
-//could be moved to a viking file
//by marshmellow
//see ASKDemod for what args are accepted
int CmdVikingDemod(const char *Cmd) {
//by marshmellow
//see ASKDemod for what args are accepted
int CmdVikingDemod(const char *Cmd) {
Impressum
,
Datenschutz