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: NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPOR

Date: Fri, 22 Feb 2013 09:28:04 +0000
Bug ID 8377
Summary NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPORT->OBJECTS->SMB2
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Medium
Component Wireshark
Assignee [email protected]
Reporter [email protected]
Attachment #10087 Flags review_for_checkin?

Created attachment 10087 [details]
Patch: code that includes the described new feature and fixes

Build Information:
Patch generated from SVN Rev. 47814
Linux compilation tested for SVN Rev. 47814
Windows compilation tested for SVN Rev. 47814

NOTE: epan/libwireshark.dev has been modified to remove smb_fid_types line.
--
Added functionality:
- SMB2 support for Export->Objects->SMB
- support for SMB_COM_CREATE, SMB_COM_OPEN, SMB_COM_READ and SMB_COM_WRITE
commands
- Ability to choose between File Id and full file name as identifier for file
re-building. Implemented as an option under Edit->Preferences->Protocols->SMB
and Edit->Preferences->Protocols->SMB2.

Other minor changes and fixes:
- Full filename in file
- Inclusion of IP of SMB server when treeid name (i.e. hostname) is not known
- UTF-8 filenames encoding before passing them to Export Object Window
- Re-written insert_chunk function of export_object_smb.c to make it easier to
debug
- Fixed of an error in insert_chunk function of export_object_smb.c (the
verification of next free_chunk was always skipped after deleting one
free_chunk).
- Removed duplicated code by inserting the function feed_eo_smb in packet-smb.c
and packet-smb2.c
- Changed the label of Export->Objects->SMB menu into Export->Objects->SMB/SMB2


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