https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7190
Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexis.lagoutte@xxxxxxxxx
--- Comment #4 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-04-24 11:48:50 PDT ---
+ lk_owner = tvb_get_ntoh64(tvb,offset+0);
+ if (tree)
+ proto_tree_add_uint64(tree, hf_rpc_auth_lk_owner, tvb,
+ offset+0, 8, lk_owner);
Why offset+0 ?
Also why no use proto_tree_add_item ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.