aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libwireshark0.symbols
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2021-08-27 14:56:00 -0400
committerAndersBroman <a.broman58@gmail.com>2021-09-01 03:54:52 +0000
commitcdfab0d6e991df2fd3591ef896ba36937a8d4dfc (patch)
tree180c49932c562eb644c5f24d6c8d8cbf13a936e3 /debian/libwireshark0.symbols
parent61e66c37abb1b7f59726e4407ac8dd53e6b75cac (diff)
tvbuff: convert helper methods to pinfo->pool
A few of them just needed scratch memory, so allocate and free it manually after doing any exception-raising checks. A few others were returning memory, and needed conversion to accept a wmem scope argument.
Diffstat (limited to 'debian/libwireshark0.symbols')
-rw-r--r--debian/libwireshark0.symbols4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 44c57fa36f..be43b8cc17 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -1717,8 +1717,8 @@ libwireshark.so.0 libwireshark0 #MINVER#
tvb_address_with_resolution_to_str@Base 1.99.3
tvb_address_var_to_str@Base 1.99.2
tvb_ascii_isprint@Base 2.9.0
- tvb_bcd_dig_to_wmem_packet_str@Base 1.12.0~rc1
- tvb_bcd_dig_to_wmem_packet_str_be@Base 3.5.0
+ tvb_bcd_dig_to_str@Base 3.5.0
+ tvb_bcd_dig_to_str_be@Base 3.5.0
tvb_bytes_exist@Base 1.9.1
tvb_bytes_to_str@Base 1.99.2
tvb_bytes_to_str_punct@Base 1.99.2