URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce8e6e1c95863964ee868f04056ea8dfd15f1ca8
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ce8e6e1 by Jakub Adam (jakub.adam@xxxxxxxxxxxxx):
wiretap: Add MP4 reader
Allows opening MP4 (ISO/IEC 14496-12) media files in Wireshark and
viewing their structure.
Change-Id: Ie20b8b89dc69bb52d6faa890e547d90317adecf6
Reviewed-on: https://code.wireshark.org/review/35804
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 5b861d8 X2AP: upgrade dissector to v15.8.0
add ce8e6e1 wiretap: Add MP4 reader
Summary of changes:
epan/dissectors/file-mp4.c | 1 +
wiretap/CMakeLists.txt | 1 +
wiretap/file_access.c | 8 +++++++
wiretap/mp4.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++
wiretap/mp4.h | 16 +++++++++++++
wiretap/wtap.h | 2 ++
6 files changed, 88 insertions(+)
create mode 100644 wiretap/mp4.c
create mode 100644 wiretap/mp4.h