mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 19:40:09 -07:00
fix reveng CRC-16 bug
This commit is contained in:
parent
d2219cae51
commit
5afe9838eb
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ static const struct mpreset models[] = {
|
|||
{ 6UL, b32+ 52, 0, P_LE, 0, b32+ 72, "CRC-6/DARC" }, /* 44 */
|
||||
{11UL, b32+ 56, b32+ 6, P_BE, 0, b32+ 84, "CRC-11" }, /* 45 */
|
||||
{16UL, b32+ 60, 0, P_BE, 0, b32+122, "CRC-16/BUYPASS" }, /* 46 */
|
||||
{16UL, b32+ 60, 0, P_LE, 0, b32+ 87, "ARC" }, /* 47 */
|
||||
{16UL, b32+ 60, 0, P_LE, 0, b32+ 87, "CRC-16" }, /* 47 */
|
||||
{16UL, b32+ 60, 0, P_LE, b32+126, b32+ 43, "CRC-16/MAXIM" }, /* 48 */
|
||||
{16UL, b32+ 60, b32+ 61, P_BE, 0, b32+ 76, "CRC-16/DDS-110" }, /* 49 */
|
||||
{16UL, b32+ 60, b32+126, P_LE, 0, b32+ 46, "MODBUS" }, /* 50 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue