Skip to content

Commit

Permalink
Fixed bug of commit e97f9b1 with T_SNIFF which was modified in comman…
Browse files Browse the repository at this point in the history
…ds.h (to support I2C sniff & HydraNFC sniff) but was not modified in commands.c (to respect same items order) with some issues in HydraNFC modes ...

Thanks to Alexander Asyunkin for the bug report
  • Loading branch information
bvernoux committed Jun 10, 2020
1 parent b2176d2 commit 1cce35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hydrabus/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ t_token_dict tl_dict[] = {
{ T_READ_MF_ULTRALIGHT, "read-mf-ul" },
{ T_EMUL_MF_ULTRALIGHT, "emul-mf-ul" },
{ T_CLONE_MF_ULTRALIGHT, "clone-mf-ul" },
{ T_SNIFF, "sniff" },
{ T_TRACE_UART1, "trace-uart1" },
{ T_FRAME_TIME, "frame-time" },
{ T_PCAP, "pcap" },
{ T_BIN, "bin" },
{ T_DIRECT_MODE_0, "dm0" },
{ T_DIRECT_MODE_1, "dm1" },
#endif
{ T_SNIFF, "sniff" },
{ T_GPIO, "gpio" },
{ T_IN, "in" },
{ T_OUT, "out" },
Expand Down

0 comments on commit 1cce35a

Please sign in to comment.