Wireshark-commits: [Wireshark-commits] master 0c45cef: iso14443: add unverified crc to the proto tr
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c45cefab20006d4092a13286b31e39bdff31546
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0c45cef by Martin Kaiser (wireshark@xxxxxxxxx):
iso14443: add unverified crc to the proto tree
If an iso14443 message contains crc bytes but we do not know the
card type, we cannot verify if the crc is correct or not.
Add the crc bytes to the proto tree in this case and mark them
as unverified.
Change-Id: I2d95f2e4e5edc20095df58930b3176376a8786aa
Reviewed-on: https://code.wireshark.org/review/33686
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 40b538f iso7816: display ef and record number in the info colum
add 0c45cef iso14443: add unverified crc to the proto tree
Summary of changes:
epan/dissectors/packet-iso14443.c | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)