aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-02-06 16:35:51 +0000
committerWireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2021-02-06 16:35:51 +0000
commit89fee9321e45f7100d4728ee21af4f6e9f87cdfb (patch)
treea19859794a83170296c7f4c6d8b11b5b4ae94eb4 /debian
parent91064e337c029b98941762c9816b574a5e43c378 (diff)
Avoid exposing HAVE_PLUGINS in the public API
Instead *_register_plugin() is turned into a noop (with a warning). The test suit is failing with ENABLE_PLUGINS=Off (it was already failing before and this patch didn't affect that). Closes #17202.
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols1
-rw-r--r--debian/libwiretap0.symbols1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 854bbc628b..5033a0e2d7 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -567,6 +567,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
epan_load_settings@Base 2.3.0
epan_memmem@Base 1.9.1
epan_new@Base 1.12.0~rc1
+ epan_plugins_supported@Base 3.5.0
epan_register_plugin@Base 2.5.0
epan_strcasestr@Base 1.9.1
escape_string@Base 1.9.1
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
index 4063fae2c9..8cf29a35fd 100644
--- a/debian/libwiretap0.symbols
+++ b/debian/libwiretap0.symbols
@@ -128,6 +128,7 @@ libwiretap.so.0 libwiretap0 #MINVER#
wtap_opttypes_initialize@Base 2.1.2
wtap_opttypes_cleanup@Base 2.3.0
wtap_pcap_encap_to_wtap_encap@Base 1.9.1
+ wtap_plugins_supported@Base 3.5.0
wtap_read@Base 1.9.1
wtap_read_bytes@Base 1.99.1
wtap_read_bytes_or_eof@Base 1.99.1