Bluetooth: Remove unused value strings.

Remove bluetooth_type_vals and bluetooth_direction_vals.

Change-Id: I2d39a59fc815f06d1a5cd5ab838e2bde37597469
Reviewed-on: https://code.wireshark.org/review/5842
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
This commit is contained in:
Gerald Combs 2014-12-18 13:56:47 -08:00 committed by Michal Labedzki
parent d3a4d926d0
commit 792c01ab1a
1 changed files with 0 additions and 14 deletions

View File

@ -60,20 +60,6 @@ static wmem_tree_t *localhost_bdaddr = NULL;
static int bluetooth_tap = -1;
static const value_string bluetooth_type_vals[] = {
{HCI_H4_TYPE_CMD, "HCI Command"},
{HCI_H4_TYPE_ACL, "ACL Data"},
{HCI_H4_TYPE_SCO, "SCO Data"},
{HCI_H4_TYPE_EVT, "HCI Event"},
{0, NULL }
};
static const value_string bluetooth_direction_vals[] = {
{P2P_DIR_SENT, "Sent"},
{P2P_DIR_RECV, "Rcvd"},
{P2P_DIR_UNKNOWN, "Unspecified"},
{0, NULL}
};
static const value_string bluetooth_uuid_vals[] = {
/* Protocol Identifiers - https://www.bluetooth.org/en-us/specification/assigned-numbers/service-discovery */
{ 0x0001, "SDP" },