URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a67d426b1d8e6a0270276296b0425abd7a9e48ed
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a67d426 by Martin Kaiser (wireshark@xxxxxxxxx):
dissector for ISO14443 protocols
This is a dissector for the ISO14443 protocols between a contactless
smartcard and a card reader.
The overall approach is similar to DVB-CI. We have a pseudo-header in
front of the captured data that has information about the type of the
captured data and the direction.
For now, the dissector registers itself by name so it can be linked to a
user-DLT. I am applying for an official DLT.
Change-Id: I9c4a28ef5b220f205baf58381bf1962996887a9d
Reviewed-on: https://code.wireshark.org/review/11663
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e240ad8 Use format_text() when displaying, not when handing to AirPDcap.
adds a67d426 dissector for ISO14443 protocols
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-iso14443.c | 593 +++++++++++++++++++++++++++++++++++++
4 files changed, 596 insertions(+)
create mode 100644 epan/dissectors/packet-iso14443.c