Wireshark-commits: [Wireshark-commits] master ee901c5: OSCORE: Add the new dissector - decrypt and
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee901c58e65bb69d4e4e5b0acfaf76b70b6d86fc
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ee901c5 by Mališa Vučinić (malishav@xxxxxxxxx):
OSCORE: Add the new dissector - decrypt and verify the authenticity of requests
This change introduces the OSCORE dissector, following
draft-ietf-core-object-security-07. It performs decryption and
authenticity
check on requests.
Bug: 14417
Change-Id: I92e45d66d5df51f6d4dbea4ef44e707955b65bee
Reviewed-on: https://code.wireshark.org/review/25480
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 628407d 5G/NR MAC dissector. Incomplete and only partly tested.
adds ee901c5 OSCORE: Add the new dissector - decrypt and verify the authenticity of requests
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-oscore.c | 855 ++++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-oscore.h | 72 ++++
5 files changed, 930 insertions(+)
create mode 100644 epan/dissectors/packet-oscore.c
create mode 100644 epan/dissectors/packet-oscore.h