Wireshark-commits: [Wireshark-commits] master 4fd711f: use the official DLT for ISO14443
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Nov 2015 13:40:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4fd711f338ac99b4d71bbe068430bc6807e09d4a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4fd711f by Martin Kaiser (wireshark@xxxxxxxxx):

    use the official DLT for ISO14443
    
    add DLT_ISO14443 to pcap_to_wtap_map[]
    define WTAP_ENCAP_ISO14443, link it to the iso14443 dissector
    
    Change-Id: Id837197c4d66071094f9336d60db36a371424807
    Reviewed-on: https://code.wireshark.org/review/11959
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9b2c889   NWP: use col_add_str to set COL_INFO
    adds  4fd711f   use the official DLT for ISO14443


Summary of changes:
 epan/dissectors/packet-iso14443.c |    8 +++++++-
 wiretap/pcap-common.c             |    3 +++
 wiretap/wtap.c                    |    3 +++
 wiretap/wtap.h                    |    1 +
 4 files changed, 14 insertions(+), 1 deletion(-)