From d5851a0953bee274eda0d86a984c6d9b0355244c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 4 Mar 2012 19:03:03 +0000 Subject: [PATCH] forgotten update svn path=/trunk/; revision=41340 --- doc/README.developer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.developer b/doc/README.developer index 89ea8344c5..e61e95f26d 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -2319,7 +2319,7 @@ protocol or field labels to the proto_tree: ett, fields, little_endian, flags); proto_item * - proto_tree_add_split_bits_ret_val(tree, hf_index, tvb, bit_offset, + proto_tree_add_split_bits_item_ret_val(tree, hf_index, tvb, bit_offset, crumb_spec, return_value); void @@ -2680,7 +2680,7 @@ proto_tree_add_bits_ret_val() ----------------------------- Works in the same way but also returns the value of the read bits. -proto_tree_add_split_bits_ret_val() +proto_tree_add_split_bits_item_ret_val() ----------------------------------- Similar, but is used for items that are made of 2 or more smaller sets of bits (crumbs) which are not contiguous, but are concatenated to form the actual value. The size of