Wireshark-bugs: [Wireshark-bugs] [Bug 8790] New: patch: dissect SCSI OSD error identification se
Date: Wed, 12 Jun 2013 06:21:05 +0000
Bug ID 8790
Summary patch: dissect SCSI OSD error identification sense data descriptor
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter uce@rjgodoy.com.ar

Created attachment 10967 [details]
patch

Build Information:

--
For reference, see section 4.16.2.1 of OSD-2r4 or OSD-3r2 (OSD error
identification sense data descriptor).

Changes: 

 1. The following trees were added:
   - ett_sense_osd_not_initiated
   - ett_sense_osd_completed   

 2. The following fields were added:
   - hf_scsi_sns_osd_object_not_initiated 
   - hf_scsi_sns_osd_object_completed
   - hf_scsi_sns_osd_partition_id
   - hf_scsi_sns_osd_object_id
   - hf_scsi_sns_osd_validation
   - hf_scsi_sns_osd_cmd_cap_v
   - hf_scsi_sns_osd_command 
   - hf_scsi_sns_osd_imp_st_att
   - hf_scsi_sns_osd_sa_cap_v
   - hf_scsi_sns_osd_set_att
   - hf_scsi_sns_osd_ga_cap_v
   - hf_scsi_sns_osd_get_att   

These fields are dissected when the sense data is in the descriptor format
(dissect_scsi_descriptor_snsinfo) and there is an OSD error sense data
descriptor (type 0x06) with the correct length (i.e. 0x1E).

Use example from bug 8789.


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