aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-01-25 20:17:21 -0500
committerMichael Mann <mmann78@netscape.net>2016-02-23 00:39:38 +0000
commit08d49ff2e06cb35dc9084735aa60c83686afdd9c (patch)
tree93d55773a42d4a1cf64b6544c6e2f3ec03ef4f4e /debian
parent37acf433dbb2ef1d443c9ee09a315b0b4ce136d8 (diff)
Making wiretap option blocks more generic.
This was inspired by https://code.wireshark.org/review/9729/, but takes it in a different direction where all options are put into an array, regardless of whether they are "standard" or "custom". It should be easier to add "custom" options in this design. Some, but not all blocks have been converted. Descriptions of some of the block options have been moved from wtap.h to pcapng.h as it seems to be the one that implements the description of the blocks. Also what could be added/refactored is registering block behavior. Change-Id: I3dffa38f0bb088f98749a4f97a3b7655baa4aa6a Reviewed-on: https://code.wireshark.org/review/13667 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwiretap0.symbols13
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
index 070dac92ef..2c7ff4a8d0 100644
--- a/debian/libwiretap0.symbols
+++ b/debian/libwiretap0.symbols
@@ -62,8 +62,6 @@ libwiretap.so.0 libwiretap0 #MINVER#
wtap_file_type_subtype_string@Base 1.12.0~rc1
wtap_free_extensions_list@Base 1.9.1
wtap_free_idb_info@Base 1.99.9
- wtap_free_nrb@Base 1.99.9
- wtap_free_shb@Base 1.99.9
wtap_fstat@Base 1.9.1
wtap_get_all_file_extensions_list@Base 1.12.0~rc1
wtap_get_bytes_dumped@Base 1.9.1
@@ -79,6 +77,17 @@ libwiretap.so.0 libwiretap0 #MINVER#
wtap_has_open_info@Base 1.12.0~rc1
wtap_iscompressed@Base 1.9.1
wtap_open_offline@Base 1.9.1
+ wtap_optionblock_create@Base 2.1.0
+ wtap_optionblock_free@Base 2.1.0
+ wtap_optionblock_get_mandatory_data@Base 2.1.0
+ wtap_optionblock_get_option_custom@Base 2.1.0
+ wtap_optionblock_get_option_string@Base 2.1.0
+ wtap_optionblock_get_option_uint8@Base 2.1.0
+ wtap_optionblock_get_option_uint64@Base 2.1.0
+ wtap_optionblock_set_option_custom@Base 2.1.0
+ wtap_optionblock_set_option_string@Base 2.1.0
+ wtap_optionblock_set_option_uint8@Base 2.1.0
+ wtap_optionblock_set_option_uint64@Base 2.1.0
wtap_pcap_encap_to_wtap_encap@Base 1.9.1
wtap_phdr@Base 1.9.1
wtap_phdr_cleanup@Base 1.99.2