Wireshark-bugs: [Wireshark-bugs] [Bug 7310] Initial support for the GlusterFS RPC-protocol
Date: Sun, 24 Mar 2013 14:36:54 +0000

Comment # 18 on bug 7310 from
(In reply to comment #15)
> Created attachment 10425 [details]
> glusterfs: improve endianness handling and displaying of dict contents
> 
> How about this? I think its quite an improvement and does give the correct
> results on an s390.

This code uses tvb_get_letohguid() which is little endian, while in
glusterfs_rpc_dissect_gfid() the items use ENC_NA which defaults to
ENC_BIGENDIAN.  

Is it correct that the "gfid-req" uses little endian while all others use big
endian?


You are receiving this mail because:
  • You are watching all bug changes.