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 8971] New: patch: dissect SCSI OSD attribute identificatio

Date: Tue, 23 Jul 2013 22:11:43 +0000
Bug ID 8971
Summary patch: dissect SCSI OSD attribute identification sense data descriptor
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Note: this patch is based on trunk *without* the changes proposed in bug 8951.
--
For reference, see section 4.16.2.3 of OSD-2r4 (OSD attribute identification
sense data descriptor).

Changes: 

1. Expose the necessary values in packet-scsi-osd.h for packet-scsi.c to
include them:
 - function dissect_scsi_sense
 - value_string attributes_page_vals[]

2. The following fields were added:
 - hf_scsi_sns_osd_attr_page
 - hf_scsi_sns_osd_attr_number
These fields are dissected when the sense data is in the descriptor format
(dissect_scsi_descriptor_snsinfo) and there is a descriptor with type 0x08.

Sample: (attached) the OSD attribute identification descriptor contains two
attributes.


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