From 560d9188c7e189cd255d48224933cd15045e6c11 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Sat, 4 Apr 2020 12:55:49 +0200 Subject: [PATCH] Bluetooth: nordic: Document that the payload excludes the preamble MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document that the payload of the BLE_EVENT packet is excluding the preamble that is sent on air. Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc634531b Signed-off-by: Joakim Andersson Reviewed-on: https://code.wireshark.org/review/36785 Petri-Dish: Stig Bjørlykke Reviewed-by: Stig Bjørlykke --- epan/dissectors/packet-nordic_ble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-nordic_ble.c b/epan/dissectors/packet-nordic_ble.c index 8cf3f58138..8e9ed8aca4 100644 --- a/epan/dissectors/packet-nordic_ble.c +++ b/epan/dissectors/packet-nordic_ble.c @@ -109,7 +109,7 @@ * * +--------+--------+--------+--------+--------+--------+--------+--------+ * | | - * | Bluetooth Low Energy Link Layer Packet | + * | Bluetooth Low Energy Link Layer Packet (excluding preamble) | * | ... | * | | * +--------+--------+--------+--------+--------+--------+--------+--------+