mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix 'hf iclass snoop'
* code deduplication: use ISO15693 snoop function * speed up SnoopIso15693(), reduce DMA buffer size * add jamming option '-j' to 'hf iclass snoop' * fix issue #882 * whitespace fixes
This commit is contained in:
parent
1ce689684f
commit
be09ea8603
11 changed files with 166 additions and 817 deletions
|
@ -5,8 +5,6 @@
|
|||
#define ISO15693TOOLS_H__
|
||||
|
||||
// ISO15693 CRC
|
||||
#define ISO15693_CRC_PRESET (uint16_t)0xFFFF
|
||||
#define ISO15693_CRC_POLY (uint16_t)0x8408
|
||||
#define ISO15693_CRC_CHECK ((uint16_t)(~0xF0B8 & 0xFFFF)) // use this for checking of a correct crc
|
||||
|
||||
uint16_t Iso15693Crc(uint8_t *v, int n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue