diff options
author | Michael Mann <mmann78@netscape.net> | 2014-10-30 17:08:04 -0400 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-10-31 05:23:09 +0000 |
commit | 47ff5bb1e3d7a97f50a8a6d03caf547dcbd6e6b1 (patch) | |
tree | 0b8eea38181d07408ea285f582060e2df417d6c5 /debian | |
parent | 2787a935075825254803b3778cbef61bf6c30b22 (diff) | |
download | wireshark-47ff5bb1e3d7a97f50a8a6d03caf547dcbd6e6b1.tar.gz wireshark-47ff5bb1e3d7a97f50a8a6d03caf547dcbd6e6b1.tar.bz2 wireshark-47ff5bb1e3d7a97f50a8a6d03caf547dcbd6e6b1.zip |
Sync debian symbol files to current API.
Change-Id: I64b18ac20401f93b6162ecc7ec4935f8b78508f7
Reviewed-on: https://code.wireshark.org/review/5009
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 4 | ||||
-rw-r--r-- | debian/libwsutil0.symbols | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 9d33ad73b8..3c329a7308 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -83,6 +83,7 @@ libwireshark.so.0 libwireshark0 #MINVER# call_dissector_only@Base 1.9.1 call_dissector_with_data@Base 1.9.1 call_heur_dissector_direct@Base 1.12.0~rc1 + call_per_oid_callback@Base 1.99.1 camelSRTtype_naming@Base 1.9.1 camel_opr_code_strings@Base 1.9.1 capture_ap1394@Base 1.9.1 @@ -319,6 +320,7 @@ libwireshark.so.0 libwireshark0 #MINVER# dissect_ndr_uuid_t@Base 1.9.1 dissect_nt_64bit_time@Base 1.9.1 dissect_nt_64bit_time_ex@Base 1.99.0 + dissect_nt_64bit_time_opt@Base 1.99.1 dissect_nt_sid@Base 1.9.1 dissect_per_BMPString@Base 1.9.1 dissect_per_GeneralString@Base 1.9.1 @@ -762,6 +764,7 @@ libwireshark.so.0 libwireshark0 #MINVER# new_register_ber_oid_dissector@Base 1.99.1 new_register_ber_syntax_dissector@Base 1.99.1 new_register_dissector@Base 1.9.1 + new_register_per_oid_dissector@Base 1.99.1 next_tvb_add_handle@Base 1.9.1 next_tvb_add_string@Base 1.9.1 next_tvb_add_uint@Base 1.9.1 @@ -1207,6 +1210,7 @@ libwireshark.so.0 libwireshark0 #MINVER# tfs_accepted_not_accepted@Base 1.9.1 tfs_ack_nack@Base 1.9.1 tfs_active_inactive@Base 1.9.1 + tfs_allocated_by_receiver_sender@Base 1.99.1 tfs_allow_block@Base 1.9.1 tfs_allowed_not_allowed@Base 1.9.1 tfs_asynchronous_synchronous@Base 1.99.1 diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols index d6d06cf571..eeac6fc6f8 100644 --- a/debian/libwsutil0.symbols +++ b/debian/libwsutil0.symbols @@ -139,8 +139,6 @@ libwsutil.so.0 libwsutil0 #MINVER# sober128_read@Base 1.99.0 sober128_start@Base 1.99.0 started_with_special_privs@Base 1.10.0 - strnatcasecmp@Base 1.12.0~rc1 - strnatcmp@Base 1.12.0~rc1 test_for_directory@Base 1.12.0~rc1 test_for_fifo@Base 1.12.0~rc1 type_util_gdouble_to_guint64@Base 1.10.0 @@ -156,6 +154,8 @@ libwsutil.so.0 libwsutil0 #MINVER# update_crc10_by_bytes@Base 1.10.0 update_crc6_by_bytes@Base 1.10.0 ws_add_crash_info@Base 1.10.0 + ws_ascii_strnatcasecmp@Base 1.99.1 + ws_ascii_strnatcmp@Base 1.99.1 ws_base64_decode_inplace@Base 1.12.0~rc1 ws_buffer_append@Base 1.99.0 ws_buffer_assure_space@Base 1.99.0 |