summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 18:55:37 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 18:55:37 +0000
commiteb68a7b8d392896ff3a42c381f610f8f01724eed (patch)
tree288dea2710bc54c6bca5dfb8c1e3427f8edd8049
parent717b8d3c493e7a0a18897c9274d13b105814faa9 (diff)
downloadwireshark-eb68a7b8d392896ff3a42c381f610f8f01724eed.tar.gz
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9562
USB: Add support for Bluetooth Ubertooth with initial version of Low Energy Link Layer protocol and NFC ACR122 Bluetooth: HCI: Clarify roles for Switch Role command Descriptions now based on Core 4.1 specification. svn path=/trunk/; revision=54403
-rw-r--r--epan/dissectors/packet-bthci_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 5beea2fe52..738cffb173 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -1133,8 +1133,8 @@ const value_string bthci_cmd_address_types_vals[] = {
};
static const value_string cmd_role_vals[] = {
- {0x00, "Become Master"},
- {0x01, "Remain Slave"},
+ {0x00, "Change own Role to Master for this BD_ADDR"},
+ {0x01, "Change own Role to Slave for this BD_ADDR"},
{0, NULL }
};