ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18489: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 17 Jun 2006 05:42:57 GMT
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