[Wireshark-dev] SRP dissector for wireshark

2013-03-05 Thread Carmel Bregman
Hello all, I'm working on a dissector for SRP (SCSI RDMA Protocol). I have the SRP header parsing complete and I have a short question: How do I parse CDB as SCSI cmd? I assume that this is done in FC but I couldn't figure out how it's done - can you help me here? Thanks, Carmel Bregman

Re: [Wireshark-dev] SRP dissector for wireshark

2013-03-05 Thread ronnie sahlberg
SCSI dissection in wireshark is a bit different than most other protocols. There is no real protocol handler, instead you call out directly to the dissect CDB, dissect data-in dissect data-out dissect sense etc. In order to do this you also need to collect some additional metadata and track