http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18489
User: sahlberg
Date: 2006/06/17 05:42 AM
Log:
we need a itl structure to decode a scsi cdb properly.
make dissect_scsi_cdb abort with an assert if called with a null pointer for itl.
This means scsi over ndmp will be aborted by an assert sicne ndmp passes a null pointer here always but at least is better than a segv since some cdb's require itl to decode properly.
next checkin will fix ndmp in this regard.
Directory: /trunk/epan/dissectors/
Changes Path Action
+7 -0 packet-scsi.c Modified