URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d8b4a233e2c089b9736ad7ec2cea90438e6ad0f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2d8b4a2 by AndersBroman (anders.broman@xxxxxxxxxxxx):
Add the abillity to read 3GPP trace records with format accoding to
TS 32 423(XML)
Change-Id: I37895ec35797089a32c7d1695e735046d6aa979e
Reviewed-on: https://code.wireshark.org/review/8237
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 58c890d Fix a small typo
adds 2d8b4a2 Add the abillity to read 3GPP trace records with format accoding to TS 32 423(XML)
Summary of changes:
wiretap/CMakeLists.txt | 1 +
wiretap/Makefile.common | 2 +
wiretap/file_access.c | 10 +-
wiretap/nettrace_3gpp_32_423.c | 544 +++++++++++++++++++++++
wiretap/{mime_file.h => nettrace_3gpp_32_423.h} | 8 +-
wiretap/wtap.h | 1 +
6 files changed, 561 insertions(+), 5 deletions(-)
create mode 100644 wiretap/nettrace_3gpp_32_423.c
copy wiretap/{mime_file.h => nettrace_3gpp_32_423.h} (82%)