aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libwireshark0.symbols
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2021-01-07 16:21:42 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-02 06:48:42 +0000
commitc0abaa06f717a38ba15c24f10ee19fcc69b21537 (patch)
tree79e01e7dd752f0e0584e4ff7aa1ad06d0cb2d283 /debian/libwireshark0.symbols
parentb13065cdc08898298cb05a4aa5f297a81438c83a (diff)
maxmind: add optional synchronous lookups
When tshark enables synchronous resolution of IP addresses to names, forces calls to maxmind_db_lookup_ipv4()/_ipv6() to block-wait for the maxmind response. Proposed fix for #14691.
Diffstat (limited to 'debian/libwireshark0.symbols')
-rw-r--r--debian/libwireshark0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 4006c056cc..8f4ed26e99 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -943,6 +943,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
maxmind_db_get_paths@Base 2.5.1
maxmind_db_lookup_ipv4@Base 2.5.1
maxmind_db_lookup_ipv6@Base 2.5.1
+ maxmind_db_set_synchrony@Base 3.5.0
mbim_register_uuid_ext@Base 1.12.0~rc1
memory_usage_component_register@Base 1.12.0~rc1
memory_usage_gc@Base 1.12.0~rc1