aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-02-09 18:46:29 -0800
committerGuy Harris <gharris@sonic.net>2021-02-09 21:23:44 -0800
commitf0c54cc48013a61e4a4477a24e3c2501cec30ec1 (patch)
tree1139797a9af590b1d4e8b554fc95e6ca7ac099f4 /debian
parent09684644ee676078e593acbcce2c3467239a9778 (diff)
wiretap: add an API to get the type of a block.
When registering a custom block type, set the block type field of the wtap_blocktype_t structure. (We may do custom blocks differently, so this is just for now.) When registering a standard block type, don't pass in the block type, as we can just use the type in the wtap_blocktype_t structure.
Diffstat (limited to 'debian')
-rw-r--r--debian/libwiretap0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
index 8cf29a35fd..114bbd0397 100644
--- a/debian/libwiretap0.symbols
+++ b/debian/libwiretap0.symbols
@@ -39,6 +39,7 @@ libwiretap.so.0 libwiretap0 #MINVER#
wtap_block_get_mandatory_data@Base 2.1.2
wtap_block_get_nth_string_option_value@Base 2.1.2
wtap_block_get_string_option_value@Base 2.1.2
+ wtap_block_get_type@Base 3.5.0
wtap_block_get_uint64_option_value@Base 2.1.2
wtap_block_get_uint8_option_value@Base 2.1.2
wtap_block_make_copy@Base 3.3.2