summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-18 13:56:47 -0800
committerMichal Labedzki <michal.labedzki@tieto.com>2014-12-19 07:12:13 +0000
commit792c01ab1ab937e581a6d77ac2782e9483a9ce3a (patch)
tree84959dc1d5af2b5210c63e44004b32399ed2a2fd
parentd3a4d926d00dd5a89ff3b6d8dd08aeea0dd618a5 (diff)
downloadwireshark-792c01ab1ab937e581a6d77ac2782e9483a9ce3a.tar.gz
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>
-rw-r--r--epan/dissectors/packet-bluetooth.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/epan/dissectors/packet-bluetooth.c b/epan/dissectors/packet-bluetooth.c
index d62f61ecaa..1eb2c28390 100644
--- a/epan/dissectors/packet-bluetooth.c
+++ b/epan/dissectors/packet-bluetooth.c
@@ -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" },