Separated SCSI decoders by type.

This commit is contained in:
2015-10-19 02:59:32 +01:00
parent 45303f8a8d
commit b3d48cac37
17 changed files with 3475 additions and 2884 deletions

View File

@@ -82,7 +82,7 @@ namespace DiscImageChef.Commands
{
DicConsole.WriteLine("SCSI INQUIRY command response:");
DicConsole.WriteLine("================================================================================");
DicConsole.WriteLine(Decoders.SCSI.PrettifySCSIInquiry(inquiry));
DicConsole.WriteLine(Decoders.SCSI.Inquiry.PrettifySCSIInquiry(inquiry));
DicConsole.WriteLine("================================================================================");
}
break;