aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorrbroker <rstbroker@gmail.com>2020-06-18 19:43:20 +0100
committerAnders Broman <a.broman58@gmail.com>2020-06-25 08:02:27 +0000
commit1f75d7b3b9fa5d489d0d4816fe7dd491d5a617d7 (patch)
tree39377641720d441b86b17c697ee09e4322d8ef07 /debian
parentc7f74a94fb96be83a9d098f59c3d157ea0e5aec4 (diff)
wslua: Add ability to query current temporary color filter text
The LUA API provides the "set_color_filter_slot" function, but without a corresponding "get_" function, it's very hard for two LUA dissectors to co-exist without one overwriting any color filters set by the other. It also looks like the documentation comment for "set_color_filter_slot" had an off-by-one error, which I've corrected as I was adding almost identical documentation for the new API. Change-Id: Ic54d23be555ec12e1830bbe6f84a1b04d04fd4f0 Reviewed-on: https://code.wireshark.org/review/37511 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 c1eead9326..600a6711c4 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -137,6 +137,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
color_filters_clone@Base 2.1.0
color_filters_colorize_packet@Base 2.1.0
color_filters_export@Base 2.1.0
+ color_filters_get_tmp@Base 3.3.0
color_filters_import@Base 2.1.0
color_filters_init@Base 2.1.0
color_filters_prime_edt@Base 2.1.0