From a1372f6d017cb9798dce7de5e25d329c82a2da79 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 15 Nov 2018 20:06:36 -0800 Subject: Use an enum for compression types in various interfaces. This: 1) means that we don't have to flag the compression argument with a comment to indicate what it means (FALSE doesn't obviously say "not compressed", WTAP_UNCOMPRESSED does); 2) leaves space in the interfaces in question for additional compression types. (No, this is not part 1 of an implementation of additional compression types, it's just an API cleanup. Implementing additional compression types involves significant work in libwiretap, as well as UI changes to replace "compress the file" checkboxes with something to indicate *how* to compress the file, or to always use some other form of compression). Change-Id: I1d23dc720be10158e6b34f97baa247ba8a537abf Reviewed-on: https://code.wireshark.org/review/30660 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- debian/libwiretap0.symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/libwiretap0.symbols') diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols index 2751097de8..d7283fbd10 100644 --- a/debian/libwiretap0.symbols +++ b/debian/libwiretap0.symbols @@ -98,6 +98,7 @@ libwiretap.so.0 libwiretap0 #MINVER# wtap_get_all_file_extensions_list@Base 2.6.2 wtap_get_buf_ptr@Base 2.5.1 wtap_get_bytes_dumped@Base 1.9.1 + wtap_get_compression_type@Base 2.9.0 wtap_get_debug_if_descr@Base 1.99.9 wtap_get_file_extension_type_extensions@Base 1.12.0~rc1 wtap_get_file_extension_type_name@Base 1.12.0~rc1 @@ -110,7 +111,6 @@ libwiretap.so.0 libwiretap0 #MINVER# 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 -- cgit v1.2.3