Wireshark-commits: [Wireshark-commits] master de15740: iso14443: show nad and cid info in the ats

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 May 2016 20:33:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=de157402d6567f5ed09de3247e13924e9e786317
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

de15740 by Martin Kaiser (wireshark@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  66bea39   Update README.wmem
    adds  de15740   iso14443: show nad and cid info in the ats


Summary of changes:
 epan/dissectors/packet-iso14443.c |   46 +++++++++++++++++++++++++++++--------
 1 file changed, 37 insertions(+), 9 deletions(-)