aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libwireshark0.symbols
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-09-28 13:16:17 -0700
committerGuy Harris <gharris@sonic.net>2020-09-28 22:30:35 +0000
commitc597927da829f9f9aab3e175347f85649e103a45 (patch)
treef4a73d564337356ba549c55cc6cd3ed49c50ce90 /debian/libwireshark0.symbols
parentb7c0dc3cb1725fc2d4bb5f6545e7f7ebf014030b (diff)
Add some more string encodings.
Add an encoding for "unpacked" 3GPP TS 23.038 7-bit strings, in which each code position is in a byte of its own, rather than with the code positions packed into 7 bits. Rename the packed encoding to explicitly indicate that it's packed. Add an encoding for ETSI TS 102 221 Annex A strings. Use the new encodings.
Diffstat (limited to 'debian/libwireshark0.symbols')
-rw-r--r--debian/libwireshark0.symbols10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 097cbcbec7..e1ad3400cc 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -797,6 +797,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
get_eo_tap_listener_name@Base 2.3.0
get_eth_hashtable@Base 1.12.0~rc1
get_ether_name@Base 1.9.1
+ get_etsi_ts_102_221_annex_a_string@Base 3.3.1
get_follow_address_func@Base 2.1.0
get_follow_by_name@Base 2.1.0
get_follow_conv_func@Base 2.1.0
@@ -847,7 +848,8 @@ libwireshark.so.0 libwireshark0 #MINVER#
get_tcp_conversation_data@Base 1.99.0
get_tcp_stream_count@Base 1.12.0~rc1
get_token_len@Base 1.9.1
- get_ts_23_038_7bits_string@Base 1.12.0~rc1
+ get_ts_23_038_7bits_string_packed@Base 3.3.1
+ get_ts_23_038_7bits_string_unpacked@Base 3.3.1
get_ucs_2_string@Base 1.12.0~rc1
get_ucs_4_string@Base 1.12.0~rc1
get_udp_conversation_data@Base 1.99.2
@@ -1275,7 +1277,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_tree_add_time_format@Base 1.9.1
proto_tree_add_time_format_value@Base 1.9.1
proto_tree_add_time_item@Base 1.12.0~rc1
- proto_tree_add_ts_23_038_7bits_item@Base 1.12.0~rc1
+ proto_tree_add_ts_23_038_7bits_packed_item@Base 3.3.1
proto_tree_add_uint64@Base 1.9.1
proto_tree_add_uint64_bits_format_value@Base 1.99.6
proto_tree_add_uint64_format@Base 1.9.1
@@ -1718,6 +1720,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
tvb_ensure_bytes_exist@Base 1.9.1
tvb_ensure_bytes_exist64@Base 1.99.0
tvb_ensure_captured_length_remaining@Base 1.12.0~rc1
+ tvb_get_etsi_ts_102_221_annex_a_string@Base 3.3.1
tvb_find_guint8@Base 1.9.1
tvb_find_guint16@Base 2.3.0
tvb_find_line_end@Base 1.9.1
@@ -1805,7 +1808,8 @@ libwireshark.so.0 libwireshark0 #MINVER#
tvb_get_stringz_enc@Base 1.9.1
tvb_get_stringzpad@Base 1.12.0~rc1
tvb_get_token_len@Base 2.9.0
- tvb_get_ts_23_038_7bits_string@Base 1.12.0~rc1
+ tvb_get_ts_23_038_7bits_string_packed@Base 3.3.1
+ tvb_get_ts_23_038_7bits_string_unpacked@Base 3.3.1
tvb_get_varint@Base 2.5.0
tvb_memcpy@Base 1.9.1
tvb_memdup@Base 1.9.1