URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=093efd9c30cf293febb35a92000e50813b6811e4
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
093efd9 by Mališa Vučinić (malishav@xxxxxxxxx):
OSCORE: Decrypt responses and dissect plaintext with CoAP functions
Add support for decrypting Observe responses with Partial IV within the
response. CoAP prioritizes the Partial IV from the response if present,
if not it passes Partial IV from the corresponding request.
Bug: 14417
Change-Id: Icb0f782de67bd0507db4f1f2a2ea90c72a4b6f0a
Reviewed-on: https://code.wireshark.org/review/25483
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from de9a4ff CoAP: Refactor code, option and payload dissection
adds 093efd9 OSCORE: Decrypt responses and dissect plaintext with CoAP functions
Summary of changes:
epan/dissectors/packet-coap.c | 30 +++++++++++----
epan/dissectors/packet-oscore.c | 81 ++++++++++++++++++++++++++++++-----------
epan/dissectors/packet-oscore.h | 1 +
3 files changed, 82 insertions(+), 30 deletions(-)