Wireshark-commits: [Wireshark-commits] master 8af333a: Bluetooth: Add support for dissecting packet
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8af333af1d82ea6f13dbc6a2ed9863f413bb09c2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8af333a by Joakim Andersson (joakim.andersson@xxxxxxxxxxxxx):
Bluetooth: Add support for dissecting packet format on LE Coded PHY
Add support for dissecting packet format on LE Coded PHY. This only includes
one additional field, the Coding Indicator (CI) which provides information
about the symbol rate of the FEC Block 2 of the pdu.
The TERM1 and TERM2 bytes are like the preamble assumed not included in the PDU,
these blocks are just bit-sequences for the radio and contains no important
information.
Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc634531d
Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/36787
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 02ef284 CMake: fix another Windows specific warning reported by CMake 3.17
add 8af333a Bluetooth: Add support for dissecting packet format on LE Coded PHY
Summary of changes:
epan/dissectors/packet-btle.c | 20 ++++++++++++++++++++
epan/dissectors/packet-btle.h | 5 +++++
epan/dissectors/packet-nordic_ble.c | 4 ----
3 files changed, 25 insertions(+), 4 deletions(-)