Wireshark-bugs: [Wireshark-bugs] [Bug 12481] SMB2 ioctl FSCTL_SRV_COPYCHUNK and related

Date: Tue, 31 May 2016 18:17:57 +0000

Comment # 2 on bug 12481 from
Created attachment 14605 [details]
Screen shot after change MMann suggests.

Here's what the screen looks like after the change to use:
    proto_tree_add_bytes_format_value(tree, hf_smb2_cchunk_resume_key, tvb,
                      offset, 24, NULL, "%d bytes", 24);
in dissect_smb2_cchunk_RESUME_KEY().

Is this how we want the screen to look?


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