I need to see commands which send to my scsi device. I enabled scsi debug in kernel and got CDB. It looks like this: 2a 00 00 a0 09 90 00 00 08 00
.
I'm searching for command line utility to decode them in human-readable format. So far I found one java-script library to do this. Is there such utility for command line?
Thanks.