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 7306] RPC: show the AUTH_GLUSTERFS/lk_owner as hex

Date: Wed, 30 May 2012 12:15:30 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7306

Pascal Quantin <pascal.quantin@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pascal.quantin@xxxxxxxxx

--- Comment #1 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-05-30 12:15:30 PDT ---
Hi Niels,

why not simply do something like this?
if (tree)
    proto_tree_add_item(tree, hf_rpc_auth_lk_owner, tvb, curr_offset, 8,
ENC_NA);
offset += 8;

I cannot check it (as the trunk lacks the GlusterFS dissector right now) but I
would expect it to work.

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