From 2c921eb83c2e4a959080461777fab3397c5abac0 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 25 Apr 2017 23:29:58 -0400 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/proto.h') diff --git a/epan/proto.h b/epan/proto.h index 982ae22fc7..e46c8986d2 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -1126,6 +1126,10 @@ WS_DLL_PUBLIC proto_item * proto_tree_add_item_ret_uint(proto_tree *tree, int hfindex, tvbuff_t *tvb, const gint start, gint length, const guint encoding, guint32 *retval); +WS_DLL_PUBLIC proto_item * +proto_tree_add_item_ret_uint64(proto_tree *tree, int hfindex, tvbuff_t *tvb, + const gint start, gint length, const guint encoding, guint64 *retval); + /** Add an string item to a proto_tree, using the text label registered to that item. -- cgit v1.2.3