diff options
author | Maarten Bezemer <maarten.bezemer@gmail.com> | 2014-12-17 11:06:19 +0100 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-12-17 22:08:11 +0000 |
commit | 8ce0f122011f26ab4e81172e9899ed27a5508abd (patch) | |
tree | fd4669d9f3c7894801381ed3d02b6cdb1b0384b1 /debian | |
parent | 1a569900cc4197bf3f2e90028b51781f5c80b0a5 (diff) | |
download | wireshark-8ce0f122011f26ab4e81172e9899ed27a5508abd.tar.gz wireshark-8ce0f122011f26ab4e81172e9899ed27a5508abd.tar.bz2 wireshark-8ce0f122011f26ab4e81172e9899ed27a5508abd.zip |
Resync Debian symbols
Fix wrong symbol for proto_tree_add_bitmask_with_flags
Change-Id: I6804aab8f4394653fbeb2b6343d20d43eaa2b93e
Reviewed-on: https://code.wireshark.org/review/5803
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 6 | ||||
-rw-r--r-- | debian/libwiretap0.symbols | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 8a90f2d240..d614f0ffe0 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -260,6 +260,7 @@ libwireshark.so.0 libwireshark0 #MINVER# dissect_ber_object_identifier@Base 1.9.1 dissect_ber_object_identifier_str@Base 1.9.1 dissect_ber_octet_string@Base 1.9.1 + dissect_ber_real@Base 1.99.2 dissect_ber_relative_oid@Base 1.12.0~rc1 dissect_ber_relative_oid_str@Base 1.12.0~rc1 dissect_ber_restricted_string@Base 1.9.1 @@ -518,6 +519,7 @@ libwireshark.so.0 libwireshark0 #MINVER# find_conversation@Base 1.9.1 find_dissector@Base 1.9.1 find_dissector_table@Base 1.9.1 + find_heur_dissector_list@Base 1.99.2 find_or_create_conversation@Base 1.9.1 find_protocol_by_id@Base 1.9.1 find_sid_name@Base 1.9.1 @@ -714,6 +716,7 @@ libwireshark.so.0 libwireshark0 #MINVER# have_tap_listener@Base 1.12.0~rc1 heur_dissector_add@Base 1.9.1 heur_dissector_delete@Base 1.9.1 + heur_dissector_table_foreach@Base 1.99.2 hex_str_to_bytes@Base 1.9.1 hex_str_to_bytes_encoding@Base 1.12.0~rc1 hf_frame_arrival_time@Base 1.9.1 @@ -937,9 +940,9 @@ libwireshark.so.0 libwireshark0 #MINVER# proto_tracking_interesting_fields@Base 1.9.1 proto_tree_add_ascii_7bits_item@Base 1.12.0~rc1 proto_tree_add_bitmask@Base 1.9.1 - proto_tree_add_bitmask_with_flags@1.99.1 proto_tree_add_bitmask_len@Base 1.9.1 proto_tree_add_bitmask_text@Base 1.9.1 + proto_tree_add_bitmask_with_flags@Base 1.99.2 proto_tree_add_bits_item@Base 1.9.1 proto_tree_add_bits_ret_val@Base 1.9.1 proto_tree_add_boolean@Base 1.9.1 @@ -1213,6 +1216,7 @@ libwireshark.so.0 libwireshark0 #MINVER# tfs_accept_reject@Base 1.9.1 tfs_accepted_not_accepted@Base 1.9.1 tfs_ack_nack@Base 1.9.1 + tfs_acknowledged_not_acknowledged@Base 1.99.2 tfs_active_inactive@Base 1.9.1 tfs_allocated_by_receiver_sender@Base 1.99.1 tfs_allow_block@Base 1.9.1 diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols index 6166ab8f25..e34163ec42 100644 --- a/debian/libwiretap0.symbols +++ b/debian/libwiretap0.symbols @@ -19,6 +19,7 @@ libwiretap.so.0 libwiretap0 #MINVER# open_routines@Base 1.12.0~rc1 register_all_wiretap_modules@Base 1.12.0~rc1 register_pcapng_block_type_handler@Base 1.99.0 + register_pcapng_option_handler@Base 1.99.2 wtap_buf_ptr@Base 1.9.1 wtap_cleareof@Base 1.9.1 wtap_close@Base 1.9.1 @@ -71,6 +72,8 @@ libwiretap.so.0 libwiretap0 #MINVER# wtap_open_offline@Base 1.9.1 wtap_pcap_encap_to_wtap_encap@Base 1.9.1 wtap_phdr@Base 1.9.1 + wtap_phdr_cleanup@Base 1.99.2 + wtap_phdr_init@Base 1.99.2 wtap_read@Base 1.9.1 wtap_read_bytes@Base 1.99.1 wtap_read_bytes_or_eof@Base 1.99.1 |