URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb39f102b9224442e71a7659db406b5648cfc253
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fb39f10 by Martin Kaiser (wireshark@xxxxxxxxx):
wiretap: add support for the mplog capture file format
the mplog format is used by some commercial logging tools that capture
ISO 14443 traffic between a card reader and a contactless smartcard
Change-Id: If359b8f0f671eb2a7c6315e2b8960a5bd581a9e9
Reviewed-on: https://code.wireshark.org/review/14950
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 54019ca Move $set_version tests to update_versioned_files().
adds fb39f10 wiretap: add support for the mplog capture file format
Summary of changes:
docbook/release-notes.asciidoc | 3 +-
wiretap/CMakeLists.txt | 1 +
wiretap/Makefile.common | 2 +
wiretap/file_access.c | 7 ++
wiretap/mplog.c | 256 ++++++++++++++++++++++++++++++++++++++++
wiretap/{camins.h => mplog.h} | 14 +--
wiretap/wtap.h | 1 +
7 files changed, 276 insertions(+), 8 deletions(-)
create mode 100644 wiretap/mplog.c
copy wiretap/{camins.h => mplog.h} (77%)