aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-12-16 18:19:55 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2016-02-06 11:52:26 +0000
commitcbda60f7f5aabcccacc0005399bb2e1e86a1e884 (patch)
tree86f2f4f9ada0d8f7c5df284b26bfd3928c87edfd /epan/dissectors/packet-icq.c
parent26e6275bad81412a137318b04a0d2798fbb6056e (diff)
Bluetooth: GATT: Add support for OTS/OTP
OTS/OTP is the newset "profile" announced by Bluetooth SIG. It name describe what it doing: Object Transfer Service/Profile, so it is something like OPP. While we are at this move some HID attributes to get right order in switch-case. Change-Id: I460963a422c7292b2cabf7e88f32dbd6e8d7051f Reviewed-on: https://code.wireshark.org/review/13735 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-icq.c')
-rw-r--r--epan/dissectors/packet-icq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-icq.c b/epan/dissectors/packet-icq.c
index 4736f7f9c8..fa659c69d8 100644
--- a/epan/dissectors/packet-icq.c
+++ b/epan/dissectors/packet-icq.c
@@ -126,8 +126,6 @@ static expert_field ei_icq_unknown_command = EI_INIT;
#define ICQ5_SERVER 0
#define ICQ5_CLIENT 1
-const true_false_string tfs_client_server = { "Client", "Server" };
-
static void
dissect_icqv5Server(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, int pktsize);