diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2017-10-25 20:57:58 +0200 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-25 19:08:55 +0000 |
commit | c5529dd7f1269e88b4c122fa3c755d5696b58a70 (patch) | |
tree | 2dcc962d307afabb1a0ef929730fcbc351cb3dfb /debian | |
parent | 749447fc803770759600e14e9fb42e31bafa73f7 (diff) | |
download | wireshark-c5529dd7f1269e88b4c122fa3c755d5696b58a70.tar.gz wireshark-c5529dd7f1269e88b4c122fa3c755d5696b58a70.tar.bz2 wireshark-c5529dd7f1269e88b4c122fa3c755d5696b58a70.zip |
debian: Update symbols
Change-Id: I4360c3f819a3fc3254cecf862e5c084cb5a4162e
Reviewed-on: https://code.wireshark.org/review/24051
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 4 | ||||
-rw-r--r-- | debian/libwsutil0.symbols | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index 637fa8e35c..bb00575ff9 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -117,6 +117,7 @@ libwireshark.so.0 libwireshark0 #MINVER# col_fill_in@Base 1.9.1 col_fill_in_error@Base 1.9.1 col_fill_in_frame_data@Base 1.9.1 + col_finalize@Base 2.5.0 col_format_desc@Base 1.9.1 col_format_to_string@Base 1.9.1 col_get_text@Base 2.0.0 @@ -1763,6 +1764,7 @@ libwireshark.so.0 libwireshark0 #MINVER# unit_name_string_get_value@Base 2.3.0 unit_name_string_get_value64@Base 2.3.0 unit_name_string_get_double@Base 2.3.0 + units_amp@Base 2.5.0 units_bit_bits@Base 2.3.0 units_bit_sec@Base 2.3.0 units_byte_bytes@Base 2.3.0 @@ -1815,6 +1817,8 @@ libwireshark.so.0 libwireshark0 #MINVER# units_segment_remaining@Base 2.3.0 units_tick_ticks@Base 2.3.0 units_volt@Base 2.3.0 + units_watt@Base 2.5.0 + units_watthour@Base 2.5.0 units_week_weeks@Base 2.3.0 units_word_words@Base 2.3.0 unsigned_time_secs_to_str@Base 2.1.0 diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols index f3f868ef0a..e3fc6d4e85 100644 --- a/debian/libwsutil0.symbols +++ b/debian/libwsutil0.symbols @@ -119,6 +119,7 @@ libwsutil.so.0 libwsutil0 #MINVER# nstime_to_sec@Base 1.12.0~rc1 plugins_cleanup@Base 2.3.0 plugins_dump_all@Base 1.12.0~rc1 + plugins_get_count@Base 2.5.0 plugins_get_descriptions@Base 1.12.0~rc1 popcount@Base 1.99.2 printable_char_or_period@Base 1.99.0 |