Wireshark-commits: [Wireshark-commits] master 5d2c355: iso7816: dissect the parameters of "read rec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 02 Jun 2019 20:03:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d2c355c72ee51398fcec76ffe58483087baac82
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5d2c355 by Martin Kaiser (wireshark@xxxxxxxxx):

    iso7816: dissect the parameters of "read record"
    
    Dissect the two parameter bytes p1 and p2 for the read record message.
    Usually, p1 contains the record number and p2 defines that we want to
    read exactly this record in the currently selected file.
    
    Change-Id: I34586d6cfd4293120416507ef1613b9f3278d0df
    Reviewed-on: https://code.wireshark.org/review/33448
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c093c5e   iso7816: (trivial) The 0xB2 command is called "read record".
     add  5d2c355   iso7816: dissect the parameters of "read record"


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