iso14443: show nad and cid info in the ats
authorMartin Kaiser <wireshark@kaiser.cx>
Thu, 5 May 2016 20:11:26 +0000 (23:11 +0300)
committerMartin Kaiser <wireshark@kaiser.cx>
Sat, 7 May 2016 20:32:42 +0000 (20:32 +0000)
commitde157402d6567f5ed09de3247e13924e9e786317
treecdaf91a40d8b6ff07490aa9126a5522ac105087b
parent66bea399cfe6a607c06f7b364130dead14ff1f08
iso14443: show nad and cid info in the ats

re-use the boolean hf variables from the atqb

in the ats, the info if nad and cid are supported is in different
positions than in the atqb

therefore, we can't use a bitmask for the hf variables
fetch the correct bit manually instead

Change-Id: I8ba36ff9662052edcc7899f24d1110fdc4834c2e
Reviewed-on: https://code.wireshark.org/review/15282
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
epan/dissectors/packet-iso14443.c