projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bugfixes for LF FDX
[proxmark3-svn]
/
client
/
cmdparser.c
diff --git
a/client/cmdparser.c
b/client/cmdparser.c
index 3250899795d92fd47c1b0af1ebcebb7644cc43fd..34230d52afa897d2eb0629120ac279894209dc6f 100644
(file)
--- a/
client/cmdparser.c
+++ b/
client/cmdparser.c
@@
-8,12
+8,14
@@
// Command parser
//-----------------------------------------------------------------------------
// Command parser
//-----------------------------------------------------------------------------
+#include "cmdparser.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ui.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ui.h"
-#include "cmdparser.h"
#include "proxmark3.h"
#include "proxmark3.h"
+#include "comms.h"
void CmdsHelp(const command_t Commands[])
void CmdsHelp(const command_t Commands[])
@@
-23,7
+25,7
@@
void CmdsHelp(const command_t Commands[])
int i = 0;
while (Commands[i].Name)
{
int i = 0;
while (Commands[i].Name)
{
- if (!
offline
|| Commands[i].Offline)
+ if (!
IsOffline()
|| Commands[i].Offline)
PrintAndLog("%-16s %s", Commands[i].Name, Commands[i].Help);
++i;
}
PrintAndLog("%-16s %s", Commands[i].Name, Commands[i].Help);
++i;
}
Impressum
,
Datenschutz