Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7237] Display guids in FPSpotlightRPC AFP packets

Date: Tue, 8 May 2012 10:53:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7237

Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexis.lagoutte@xxxxxxxxx

--- Comment #2 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-05-08 10:53:28 PDT ---
Hi,
+        tvb_get_ntohguid(tvb, offset, &guid);
+        proto_tree_add_guid(tree, hf_afp_spotlight_uuid, tvb, offset, 16,
&guid);
+        offset += 16;
+    }
Why no use directly proto_tree_add_item ? (no need to fetch the value
before...)

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.