nixpanic/gluster-wireshark-1.4

SETATTR attribute "valid" should be displayed as a list of flags

Closed this issue · 4 comments

The valid attribute in a SETATTR operation describes on which attributes the SETATTR should act. SETATTR is called on touch, chmod and other commands.

touch_chmod.pcap.gz contains several SETATTR calls, these can be displayed with a tshark like this:

$ tshark -r touch_chmod.pcap.gz -V 'rpc.msgtyp == 0 && glusterfs.proc == SETATTR'

Fixed with commit 45360bc Display SETATTR attribute "valid" as a list of flags.

Next step is to file a new bug upstream.

Filed as upstream Bug 7341.