aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2020-06-29 09:58:51 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2020-06-29 18:40:27 +0000
commit3dc5f5c2d6352d904e4cfdc03cc9b643122fd368 (patch)
treee39dfeb482b2c0decebb8a3781432a1ddf54b172 /debian
parent52d8c572fb3b2e0affa3c475b2592d7d7971624f (diff)
epan: Keep decode_as_list when changing profile
The decode_as_list is built at startup and contains all protocols registered for "decode as". Do not clear this list on profile change, only on exit. Bug: 16635 Change-Id: I832a042327603ae0f01b10ab620fccc03d4fd3a3 Reviewed-on: https://code.wireshark.org/review/37579 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
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 600a6711c4..c00bf5f024 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -246,6 +246,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
decode_as_list@Base 1.12.0~rc1
decode_bits_in_field@Base 1.9.1
decode_build_reset_list@Base 2.3.0
+ decode_cleanup@Base 3.3.0
decode_clear_all@Base 2.3.0
decode_dcerpc_add_show_list@Base 1.12.0~rc1
decode_dcerpc_reset_all@Base 1.12.0~rc1