This commit is contained in:
Philippe Teuwen 2019-05-12 20:38:03 +02:00
commit 4929b16bf9

View file

@ -144,8 +144,7 @@ static uint16_t printHexLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trac
} }
switch (protocol) { switch (protocol) {
case ISO_14443A: case ISO_14443A: {
{
/* https://www.kaiser.cx/pcap-iso14443.html defines a pseudo header: /* https://www.kaiser.cx/pcap-iso14443.html defines a pseudo header:
* version (currently 0x00), event (Rdr: 0xfe, Tag: 0xff), length (2 bytes) * version (currently 0x00), event (Rdr: 0xfe, Tag: 0xff), length (2 bytes)
* to convert to pcap(ng) via text2pcap or to import into Wireshark * to convert to pcap(ng) via text2pcap or to import into Wireshark