aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2019-07-14 15:15:43 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2019-07-22 15:44:08 +0000
commitcc152014362fa584cfff97cc99afa5822b99af74 (patch)
treeaa9b5ba3994287772619bd65f500de6e4b28e76b /debian
parent1d1679f061cbd035cdc68c7d0ceaa4b08f0f7e0e (diff)
helper function to get a payload dissector table's current handle
Add a simple helper function to get the dissector handle that's currently selected in a given payload dissector table. We have similar functions already for string and uint dissector tables. Change-Id: Ia1092fe2b8d038bae2b26db99fd08cd9d6979fcd Reviewed-on: https://code.wireshark.org/review/33933 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 9b832e5c96..61eb0b0a8f 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -477,6 +477,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
dissector_get_default_string_handle@Base 1.12.0~rc1
dissector_get_default_uint_handle@Base 1.12.0~rc1
dissector_get_guid_handle@Base 2.1.0
+ dissector_get_payload_handle@Base 3.1.0
dissector_get_string_handle@Base 1.9.1
dissector_get_uint_handle@Base 1.9.1
dissector_handle_get_dissector_name@Base 1.12.0~rc1