aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-02-10 22:57:50 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-02-10 22:57:50 +0000
commitfddb50a5823b107b3a50be13be5dae5e01f7d013 (patch)
tree2218ae1506a7faf7f7ddc22fa8da474d6c2743be /doc/README.developer
parent7be63e199ba9c599016a17e9b9e88c3ffc1c9640 (diff)
Document that proto_tree_add_bytes_format() and
proto_tree_add_bytes_format_value() may be given a NULL value_ptr. svn path=/trunk/; revision=35907
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 2fc4efc6bd..1c44509c8d 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2436,6 +2436,10 @@ any more.
For proto_tree_add_bytes(), the 'value_ptr' argument is a pointer to a
sequence of bytes.
+For proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value(), the
+'value_ptr' argument is a pointer to a sequence of bytes or NULL if the bytes
+should be taken from the given TVB using the given offset and length.
+
For proto_tree_add_time(), the 'value_ptr' argument is a pointer to an
"nstime_t", which is a structure containing the time to be added; it has
'secs' and 'nsecs' members, giving the integral part and the fractional