Wireshark-commits: [Wireshark-commits] master 378c59b: iso14443: verify the CRC of all messages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Feb 2016 13:28:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=378c59bfae5c9111f79b88665b008e796134512b
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

378c59b by Martin Kaiser (wireshark@xxxxxxxxx):

    iso14443: verify the CRC of all messages
    
    define a function to dissect the CRC depending on the card type
    
    add a circuit for an activated card to keep track of the card type
    
    define a new circuit type CT_ISO1443 for this purpose, the circuit ID is
    always 0 as we support only a single active card
    
    Change-Id: I7250f834301612ba50743258ca7bdbe0199de3ea
    Reviewed-on: https://code.wireshark.org/review/13908
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  8a2b3bc   packetbb: Add some descriptions for message and TLV types
    adds  378c59b   iso14443: verify the CRC of all messages


Summary of changes:
 epan/address.h                    |    5 +-
 epan/dissectors/packet-iso14443.c |  134 +++++++++++++++++++++++--------------
 2 files changed, 89 insertions(+), 50 deletions(-)