mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 01:36:52 +08:00
style
This commit is contained in:
parent
a2c70e5481
commit
4929b16bf9
1 changed files with 12 additions and 13 deletions
|
@ -144,8 +144,7 @@ static uint16_t printHexLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trac
|
|||
}
|
||||
|
||||
switch (protocol) {
|
||||
case ISO_14443A:
|
||||
{
|
||||
case ISO_14443A: {
|
||||
/* https://www.kaiser.cx/pcap-iso14443.html defines a pseudo header:
|
||||
* version (currently 0x00), event (Rdr: 0xfe, Tag: 0xff), length (2 bytes)
|
||||
* to convert to pcap(ng) via text2pcap or to import into Wireshark
|
||||
|
|
Loading…
Reference in a new issue