Re: [Qemu-devel] Wireshark SCSI dissectors for new transports

2012-02-28 Thread Stefan Hajnoczi
On Tue, Feb 28, 2012 at 10:19 AM, ronnie sahlberg wrote: > Since I never got HyperSCSI or mFCP (very short-lived attempt from HBA > vendors)  those two are the only ones today I think where we miss > decode. > virt-scsi from QEMU sounds interesting! Great, thanks for your help. > First you need

Re: [Qemu-devel] Wireshark SCSI dissectors for new transports

2012-02-28 Thread ronnie sahlberg
Hi Stefan. Wireshark supports a lot more than just SCSI over iSCSI It dissects SCSI over USB, FCOE, raw-FC, FCIP, iFCP (I never got access to traces for mFCP :-( ) and also over NDMP. I never got access to HyperSCSI traces either, so that is missing too. Since I never got HyperSCSI or mFCP (

[Qemu-devel] Wireshark SCSI dissectors for new transports

2012-02-28 Thread Stefan Hajnoczi
Wireshark today supports SCSI dissectors for iSCSI. In the QEMU system emulator we have an emulated SCSI target which handles devices for SCSI Parallel Interface (SPI), USB Mass Storage Device, and now supports the new virtio-scsi transport (for efficient virtual machine SCSI I/O). Cong and I wou