summaryrefslogtreecommitdiff
path: root/epan/tfs.h
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/tfs.h
parent26e6275bad81412a137318b04a0d2798fbb6056e (diff)
downloadwireshark-cbda60f7f5aabcccacc0005399bb2e1e86a1e884.tar.gz
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/tfs.h')
-rw-r--r--epan/tfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 38efb5407b..6b4816da11 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -103,6 +103,8 @@ WS_DLL_PUBLIC const true_false_string tfs_acknowledged_not_acknowledged;
WS_DLL_PUBLIC const true_false_string tfs_response_request;
WS_DLL_PUBLIC const true_false_string tfs_defined_not_defined;
WS_DLL_PUBLIC const true_false_string tfs_constructed_primitive;
+WS_DLL_PUBLIC const true_false_string tfs_client_server;
+WS_DLL_PUBLIC const true_false_string tfs_server_client;
#ifdef __cplusplus
}