projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update cmdhficlass.h
[proxmark3-svn]
/
client
/
util.h
diff --git
a/client/util.h
b/client/util.h
index e9c48b0353bbc27e3c7f0cccaf38fd81f7d9228d..fd7ceafffb6de7685328405fa479cc2163810c16 100644
(file)
--- a/
client/util.h
+++ b/
client/util.h
@@
-12,6
+12,7
@@
#define UTIL_H__
#include <stdint.h>
#define UTIL_H__
#include <stdint.h>
+#include <stdbool.h>
#include <stddef.h>
#ifndef ROTR
#include <stddef.h>
#ifndef ROTR
@@
-35,6
+36,9
@@
extern void AddLogUint64(char *fileName, char *extData, const uint64_t data);
extern void AddLogCurrentDT(char *fileName);
extern void FillFileNameByUID(char *fileName, uint8_t * uid, char *ext, int byteCount);
extern void AddLogCurrentDT(char *fileName);
extern void FillFileNameByUID(char *fileName, uint8_t * uid, char *ext, int byteCount);
+extern void hex_to_buffer(const uint8_t *buf, const uint8_t *hex_data, const size_t hex_len,
+ const size_t hex_max_len, const size_t min_str_len, const size_t spaces_between, bool uppercase);
+
extern void print_hex(const uint8_t * data, const size_t len);
extern char *sprint_hex(const uint8_t * data, const size_t len);
extern char *sprint_hex_inrow(const uint8_t *data, const size_t len);
extern void print_hex(const uint8_t * data, const size_t len);
extern char *sprint_hex(const uint8_t * data, const size_t len);
extern char *sprint_hex_inrow(const uint8_t *data, const size_t len);
Impressum
,
Datenschutz