ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7190] Dissect RPC/AUTH_RSA as AUTH_GLUSTER

Date: Tue, 24 Apr 2012 11:48:50 -0700 (PDT)
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.