aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichał Łabędzki <michal.labedzki@wireshark.org>2022-02-09 19:39:52 +0100
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-02-25 02:13:18 +0000
commitd1e5ae8385e1a0fdf4d96f5633c60077ba5be279 (patch)
tree667ddcc5eb151bd2ed1dd115b725da5412e37a73 /packaging
parent49566a5b0ce85f5caf6141c30c6bb8a9ee969bb3 (diff)
Bluetooth: make dissect_bluetooth_common() public API
It creates bluetooth_data_t what is The Center of the Bluetooth World in Wireshark, most important is that bluetooth_data_t must provide shared trees (resources) to enable dissection for non trivial relations in Bluetooth, for example mapping BDADDR to name. Issue: 17570 Change-Id: Ice17b804ab6d4dcf0f77f1b2356a6712ce7e64b1
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/libwireshark0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/debian/libwireshark0.symbols b/packaging/debian/libwireshark0.symbols
index e3ee338a07..d24a413991 100644
--- a/packaging/debian/libwireshark0.symbols
+++ b/packaging/debian/libwireshark0.symbols
@@ -289,6 +289,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
dissect_IDispatch_Invoke_resp@Base 1.9.1
dissect_IDispatch_Invoke_rqst@Base 1.9.1
dissect_a21_ie_common@Base 1.99.1
+ dissect_bluetooth_common@Base 3.7.0
dissect_ber_EmbeddedPDV_Type@Base 1.9.1
dissect_ber_GeneralizedTime@Base 1.9.1
dissect_ber_UTCTime@Base 1.9.1