http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19589
User: sahlberg
Date: 2006/10/18 11:24 AM
Log:
new dissector : usb mass storage
this is a wrapper protocol to store SCSI frames inside usb bulk data transfers
the dissector is far from complete but does
track ITL and ITLQ structures and will also call the SCSI dissector to
dissect the SCSI CDB.
what is still missing is handling of data in/out and scsi responses
at least it will now display the SCSI CDB and dissect it. woohoo
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+223 -0 packet-usb-masstorage.c Added
+3 -8 packet-usb.c Modified
+9 -0 packet-usb.h Modified