Wireshark-commits: [Wireshark-commits] master 5ad40e0: BTMESH: Add access layer decryption
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ad40e0cd07b6dd46ed76d79dff63e4923b52e5f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5ad40e0 by Piotr Winiarczyk (wino45@xxxxxxxxx):
BTMESH: Add access layer decryption
Add access layer Application Key decryption
Add access layer Device Key decryption
Add Label UUID authentication
Add list of all opcodes
Bug: 15761
Change-Id: I290c6a4f2f990ccfa58701b7183a41afcc6e92c8
Reviewed-on: https://code.wireshark.org/review/33093
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 48d7cec Windows: upgrade Npcap to 0.993
add 5ad40e0 BTMESH: Add access layer decryption
Summary of changes:
epan/dissectors/packet-btmesh-provisioning.c | 2 -
epan/dissectors/packet-btmesh-proxy.c | 6 +-
epan/dissectors/packet-btmesh.c | 1133 ++++++++++++++++++++++++--
epan/dissectors/packet-btmesh.h | 33 +-
4 files changed, 1092 insertions(+), 82 deletions(-)