aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-09-10 19:29:49 +0200
committerMichael Mann <mmann78@netscape.net>2016-09-10 18:50:16 +0000
commit8bfe20b8286d8287cf3dd7e59f4464f0b4b45e8f (patch)
tree05fa11f49be77359c16faf9f5babdbf5eb18a3dd /debian
parentaf3a0654a2f33ce9dd58b1e2626b9348c4677416 (diff)
debian: Update symbols file with new/missing symbols
wtap_get_all_file_extensions_list was renamed in v2.3.0rc0-621-g4a6dde1 ws_strtou* functions were introduced in v2.3.0rc0-544-gba981ac get_guint32 and get_nonzero_guint32 were added in v2.3.0rc0-595-ge09b03e Change-Id: I9aea9c48f2da03590952b995fd21cddb17532af0 Reviewed-on: https://code.wireshark.org/review/17629 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwiretap0.symbols2
-rw-r--r--debian/libwsutil0.symbols10
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
index c0278a3dfe..683ac16f73 100644
--- a/debian/libwiretap0.symbols
+++ b/debian/libwiretap0.symbols
@@ -93,7 +93,7 @@ libwiretap.so.0 libwiretap0 #MINVER#
wtap_free_extensions_list@Base 1.9.1
wtap_free_idb_info@Base 1.99.9
wtap_fstat@Base 1.9.1
- wtap_get_all_file_extensions_list@Base 1.12.0~rc1
+ wtap_get_all_capture_file_extensions_list@Base 2.3.0
wtap_get_bytes_dumped@Base 1.9.1
wtap_get_debug_if_descr@Base 1.99.9
wtap_get_file_extension_type_extensions@Base 1.12.0~rc1
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols
index 4d24d631d1..6cd5dcb61d 100644
--- a/debian/libwsutil0.symbols
+++ b/debian/libwsutil0.symbols
@@ -63,7 +63,9 @@ libwsutil.so.0 libwsutil0 #MINVER#
get_dirname@Base 1.12.0~rc1
get_extcap_dir@Base 1.99.0
get_global_profiles_dir@Base 1.12.0~rc1
+ get_guint32@Base 2.3.0
get_natural_int@Base 1.99.0
+ get_nonzero_guint32@Base 2.3.0
get_os_version_info@Base 1.99.0
get_persconffile_path@Base 1.12.0~rc1
get_persdatafile_dir@Base 1.12.0~rc1
@@ -179,5 +181,13 @@ libwsutil.so.0 libwsutil0 #MINVER#
ws_inet_pton6@Base 2.1.2
ws_mempbrk_compile@Base 1.99.4
ws_mempbrk_exec@Base 1.99.4
+ ws_strtoi16@Base 2.3.0
+ ws_strtoi32@Base 2.3.0
+ ws_strtoi64@Base 2.3.0
+ ws_strtoi8@Base 2.3.0
+ ws_strtou16@Base 2.3.0
+ ws_strtou32@Base 2.3.0
+ ws_strtou64@Base 2.3.0
+ ws_strtou8@Base 2.3.0
ws_utf8_char_len@Base 1.12.0~rc1
ws_xton@Base 1.12.0~rc1