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 7237] Display guids in FPSpotlightRPC AFP packets

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

--- Comment #4 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-05-08 13:02:54 PDT ---
As spotlight appears to be either big or little endian (detected by a magic),
shouldn't the UUID dissection be:
proto_tree_add_item(tree, hf_afp_spotlight_uuid, tvb, offset, 16, encoding);
instead of:
proto_tree_add_item(tree, hf_afp_spotlight_uuid, tvb, offset, 16,
ENC_BIG_ENDIAN);
?

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