Wireshark-commits: [Wireshark-commits] master 56600f5: iso7816: dissector table for non-standard AP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Jun 2019 23:45:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56600f5e24a075f499d6be8f4e9db31b1928e1ef
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

56600f5 by Martin Kaiser (wireshark@xxxxxxxxx):

    iso7816: dissector table for non-standard APDUs
    
    Define a new dissector table for non-standard ISO7816 APDUs. If the
    ISO7816 class byte indicates that an APDU does not conform to the
    standard structure and encoding, we pass the entire APDU to a subdissector
    from this table (if available).
    
    Change-Id: I1e802506a66bdb2c9994d42893fa6825eb9fa5fe
    Reviewed-on: https://code.wireshark.org/review/33550
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c0a49d7   extcap: Do not use global pipe handle on Windows
     add  56600f5   iso7816: dissector table for non-standard APDUs


Summary of changes:
 epan/dissectors/packet-iso7816.c | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)