From 7c0c580c4b0093437ee81e11934ef5b8d27a5bb4 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sat, 4 Feb 2017 16:26:34 +0100 Subject: wiretap: add cleanup routine. The cleanup routine has been added to exit section of the applications. Those which required a exit restyle have been patched as well. Change-Id: I3a8787f0718ac7fef00dc58176869c7510fda7b1 Reviewed-on: https://code.wireshark.org/review/19949 Petri-Dish: Dario Lombardo Reviewed-by: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo --- debian/libwiretap0.symbols | 2 ++ debian/libwsutil0.symbols | 1 + 2 files changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols index 1724e9eb79..5904b5661e 100644 --- a/debian/libwiretap0.symbols +++ b/debian/libwiretap0.symbols @@ -107,10 +107,12 @@ libwiretap.so.0 libwiretap0 #MINVER# wtap_get_savable_file_types_subtypes@Base 1.12.0~rc1 wtap_has_open_info@Base 1.12.0~rc1 wtap_init@Base 2.3.0 + wtap_cleanup@Base 2.3.0 wtap_iscompressed@Base 1.9.1 wtap_open_offline@Base 1.9.1 wtap_opttype_register_custom_block_type@Base 2.1.2 wtap_opttypes_initialize@Base 2.1.2 + wtap_opttypes_cleanup@Base 2.3.0 wtap_pcap_encap_to_wtap_encap@Base 1.9.1 wtap_phdr@Base 1.9.1 wtap_phdr_cleanup@Base 1.99.2 diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols index 8d864a9f9f..204b14d6da 100644 --- a/debian/libwsutil0.symbols +++ b/debian/libwsutil0.symbols @@ -177,6 +177,7 @@ libwsutil.so.0 libwsutil0 #MINVER# ws_buffer_free@Base 1.99.0 ws_buffer_init@Base 1.99.0 ws_buffer_remove_start@Base 1.99.0 + ws_buffer_cleanup@Base 2.3.0 ws_hexstrtou16@Base 2.3.0 ws_hexstrtou32@Base 2.3.0 ws_hexstrtou64@Base 2.3.0 -- cgit v1.2.3