URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=628407dea9af8fa4dbb4baa966000a7b7e5c5fa9
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
628407d by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):
5G/NR MAC dissector. Incomplete and only partly tested.
Change-Id: I749d3b967f65c7c21e995b721a3fbcf62c523d15
Reviewed-on: https://code.wireshark.org/review/26381
Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from ea59e4c Bump micro version to 2
adds 628407d 5G/NR MAC dissector. Incomplete and only partly tested.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 2 +
epan/dissectors/packet-mac-nr.c | 1748 ++++++++++++++++++++
.../{packet-rlc-nr.h => packet-mac-nr.h} | 109 +-
5 files changed, 1808 insertions(+), 53 deletions(-)
create mode 100644 epan/dissectors/packet-mac-nr.c
copy epan/dissectors/{packet-rlc-nr.h => packet-mac-nr.h} (50%)