summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-12-14 17:34:56 -0500
committerMichael Mann <mmann78@netscape.net>2016-12-16 01:55:10 +0000
commit8efb7fece1ffefd26dacd79f5ec8722c4e01e827 (patch)
treecafadc9d104e2b163c54834aa62a8b9b1bcfb0d7 /debian
parentd706f9c221e85992f7011baed53f5b31b7109493 (diff)
downloadwireshark-8efb7fece1ffefd26dacd79f5ec8722c4e01e827.tar.gz
Adjust proto_tree_add_xxx_format_value calls to use unit string
proto_tree_add_uint_format_value had the most use of unit strings, this patch handles all of the other proto_tree_add_xxx_format_value calls that could be better served using BASE_UNIT_STRING with a "unit string" in hf_ field. Added more "common" unit string values to unit_strings.[ch] Change-Id: I0fb680be781e10037eb7bd40dd21a9ee20c1fb1c Reviewed-on: https://code.wireshark.org/review/19288 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 3ebf20756c..1a2641f84b 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -1644,6 +1644,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
units_bit_bits@Base 2.3.0
units_bit_sec@Base 2.3.0
units_byte_bytes@Base 2.3.0
+ units_dbm@Base 2.3.0
units_decibals@Base 2.3.0
units_degree_degrees@Base 2.3.0
units_foot_feet@Base 2.3.0