aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-02-13 09:34:16 +0100
committerAnders Broman <a.broman58@gmail.com>2015-03-19 16:06:18 +0000
commitb307ffe0f990860284f6e2be4f7a8f01fa822d36 (patch)
treeed93209968eefe4727e3318440702ae0b8884c9e /debian
parentef7e4c52f2daf5ce27b9d311900f7a34ea7c71a3 (diff)
Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() which
works as proto_tree_add_item(), but also returns the value of (u)ints of 8,16,24 and 32 bits length in a 32 bit variable. It's based on Hadriels previous work. Change-Id: If3b4b8588b63251f1ee9b954a202acde7c02ce86 Reviewed-on: https://code.wireshark.org/review/7230 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index a32d22a510..f6aae54821 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -979,6 +979,8 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_tree_add_ipxnet_format_value@Base 1.9.1
proto_tree_add_item@Base 1.9.1
proto_tree_add_item_new@Base 1.12.0~rc1
+ proto_tree_add_item_ret_int@Base 1.9.4
+ proto_tree_add_item_ret_uint@Base 1.9.4
proto_tree_add_none_format@Base 1.9.1
proto_tree_add_protocol_format@Base 1.9.1
proto_tree_add_string@Base 1.9.1