Ethereal-dev: SV: [Ethereal-dev] Update on dissector packet-scsi

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Sat, 4 Mar 2006 11:18:45 +0100
Checked in.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Ming Zhang
Skickat: den 3 mars 2006 03:02
Till: ethereal-list
Ämne: [Ethereal-dev] Update on dissector packet-scsi

Updated dissector packet-scsi to

* decode the device configuration mode page;
* decode the request sense response;
* fix a wrong lens print in several writeX(). this happens when one
packet contains several iscsi pdu. one write data pdu will be explained
as request with LEN extracted (but it is not a cdb so it was wrong).
* split the dissect_scsi_snsinfo() into 2 parts so the sense data decode
part can be a subroutine shared by requestsense() and maybe more places.

pls consider to apply. thanks

Ming