Wireshark-commits: [Wireshark-commits] master 8b5236d: Bluetooth: Provide BTLE physical channel pdu
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b5236d4703323acd409df3e07210da7e3d27873
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8b5236d by Joakim Andersson (joakim.andersson@xxxxxxxxxxxxx):
Bluetooth: Provide BTLE physical channel pdu type from capture context.
Add BTLE physical channel pdu type from capture context. The dissector uses
the access address to determine if the packet is either an Advertising physical
channel PDU or a Data physical channel PDU.
This assupmtion is not valid for Periodic Advertising where the AUX_SYNC_IND
advertising packet will be sent with a non-advertising access address.
There is also the new Isochronous physical channel PDU which can be both
broadcasted or connection-oriented.
Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc6345318
Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/36782
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 8a0673a Bluetooth: nordic: Document RSSI sample result in the nordic_ble dissector
add 8b5236d Bluetooth: Provide BTLE physical channel pdu type from capture context.
Summary of changes:
epan/dissectors/packet-btle.c | 20 ++++++++++++++++++--
epan/dissectors/packet-btle.h | 5 +++++
epan/dissectors/packet-btle_rf.c | 2 +-
epan/dissectors/packet-nordic_ble.c | 2 ++
4 files changed, 26 insertions(+), 3 deletions(-)