aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-04-25 23:29:58 -0400
committerMichael Mann <mmann78@netscape.net>2017-04-26 23:46:32 +0000
commit2c921eb83c2e4a959080461777fab3397c5abac0 (patch)
treef3f71d859232bacd3e372221ee86370bd96d0f5b /doc/README.dissector
parent24c93965593b535b135e1befff5cd0c32be6f28d (diff)
Add proto_tree_add_item_ret_uint64
Just like proto_tree_add_item_ret_uint, but with 64-bit support Change-Id: Ie0cbfda9e63bf21e85df2d674e391a6c0abe92f7 Reviewed-on: https://code.wireshark.org/review/21355 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/README.dissector')
-rw-r--r--doc/README.dissector4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 1f327a9995..91fae35cd1 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1249,6 +1249,10 @@ protocol or field labels to the proto_tree:
*retval);
proto_item*
+ proto_tree_add_item_ret_uint64(tree, id, tvb, start, length, encoding,
+ *retval);
+
+ proto_item*
proto_tree_add_subtree(tree, tvb, start, length, idx, tree_item,
text);