aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmesh.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-05-07BTMESH: Add access layer decryptionPiotr Winiarczyk1-3/+30
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-12btmesh: Adding support Proxy Protocol control messagesPiotr Winiarczyk1-0/+7
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@gmail.com> Tested-by: Petri Dish Buildbot Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-20Expanding Bluetooth Mesh Profile dissectorPiotr Winiarczyk1-0/+57
Added support for Bluetooth Mesh beacons Added support for Bluetooth Mesh Provisioning protocol Added support for Bluetooth Mesh Proxy protocol Added support for Bluetooth Mesh PB-ADV provisioning bearer Added support for Bluetooth Mesh PB-GATT provisioning bearer Link to Bluetooth Mesh Profile specification https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=457092 Bug: 15523 Change-Id: I408726c0bc7e1d81077539d451c2047f540dd865 Reviewed-on: https://code.wireshark.org/review/32076 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>