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 8377] NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPORT->OB

Date: Sun, 24 Feb 2013 18:56:46 +0000

changed bug 8377

What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 5 on bug 8377 from
Ho Jose

Look good for me !

I get 2 warning with build with clang analyser :
packet-smb.c:3704:15: warning: Access to field 'fsi' results in a dereference
of a null pointer (loaded from variable 'fid_info')
        fattr=fid_info->fsi->file_attributes;
packet-smb.c:3873:8: warning: Access to field 'fsi' results in a dereference of
a null pointer (loaded from variable 'fid_info')
        fattr=fid_info->fsi->file_attributes;

Also when save a file, the name of folder is also save ? (it is a feature or
bug ?)


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