mplog: increase the max packet length to 4096

iso14443 packets can now be up to 4k long.

Change-Id: I120e18146cc40c0e9230c654cc31072e03ad3489
Reviewed-on: https://code.wireshark.org/review/37691
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Martin Kaiser 2020-07-04 12:58:10 +02:00 committed by Anders Broman
parent 486d163470
commit 23aa1ed679
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
#define ISO14443_PSEUDO_HDR_PCD_TO_PICC 0xFE
#define ISO14443_MAX_PKT_LEN 256
#define ISO14443_MAX_PKT_LEN 4096
#define PKT_BUF_LEN (ISO14443_PSEUDO_HDR_LEN + ISO14443_MAX_PKT_LEN)