URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3ae91e4c63c27de08e4a4d9d08c3b118a45ae7e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e3ae91e by Piotr Winiarczyk (wino45@xxxxxxxxx):
btmesh: Adding support Proxy Protocol control messages
Added support for Bluetooth Mesh Proxy protocol control messages
Refactoring and fixing Bluetooth Mesh network decryption so it can be
reused to decrypt proxy control messages
Link to Bluetooth Mesh Profile specification
https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=457092
Bug: 15583
Change-Id: I04ca16dc91ce43d27416ee2eb18ac81ef4aef1c6
Reviewed-on: https://code.wireshark.org/review/32368
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 487f1c8 NAS 5Gs: Fixed Integrity protection MBR
add e3ae91e btmesh: Adding support Proxy Protocol control messages
Summary of changes:
epan/dissectors/packet-btmesh-proxy.c | 295 ++++++++++++++++++++++++++++++++--
epan/dissectors/packet-btmesh.c | 266 +++++++++++++++---------------
epan/dissectors/packet-btmesh.h | 7 +
3 files changed, 426 insertions(+), 142 deletions(-)