aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-04check that itl is non-NULL to prevent a NULL pointer dereference that would c...sahlberg1-1/+2
2006-06-17we need a itl structure to decode a scsi cdb properly.sahlberg1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-05update the itl structure so that it sets the cmdset field to the current comm...sahlberg1-15/+23
2006-05-01remove a test for NULL we dont need since itlq can not be null here and thus wesahlberg1-2/+2
2006-04-25rename some value_Strings from ..._val to ..._valssahlberg1-16/+16
2006-04-24SCSI Service Response Time Staisticssahlberg1-3/+3
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuressahlberg1-20/+40
2006-04-22put some exchange tracking info in scsi CDBs and DATA pdussahlberg1-18/+36
2006-04-22add the spc commands to the mmc tablessahlberg1-44/+50
2006-04-22add the spc commands to the smc and ssc tablessahlberg1-47/+73
2006-04-22add all supported SPC commands used by SBC to the SBC tablessahlberg1-61/+75
2006-04-22start prettifying the dissectionsahlberg1-32/+45
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqsahlberg1-305/+131
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...sahlberg1-24/+66
2006-04-21updates to get the fc and scsi dissectorssahlberg1-138/+27
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tsahlberg1-2/+2
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...sahlberg1-7/+32
2006-04-05imake fcp responses that do carry a scsi response codesahlberg1-5/+5
2006-04-05make reportluns use the new macros to catch and flag alloclen truncationsahlberg1-14/+16
2006-04-03dislay a flags field as "Flags" instead of "SCCS Flags"sahlberg1-1/+1
2006-04-03use col_set_fence() after we have populated the info column with the SCSI det...sahlberg1-13/+21
2006-04-03add dissection of the inq sync flagsahlberg1-24/+42
2006-04-03further prettification of the inq dissector.sahlberg1-35/+91
2006-04-03dissect byte 7 of the inq responsesahlberg1-30/+88
2006-04-03add dissection of byte 6 of inq responsesahlberg1-13/+126
2006-04-03add dissection of the flags in byte 5 of the inquiry responsesahlberg1-12/+126
2006-04-03prettify dissection of the aca flags byte in the inq response data.sahlberg1-12/+111
2006-04-02 change TRY_SCSI_SHORT_TRANSFER to use the allocation length specified in t...sahlberg1-39/+80
2006-03-31From Ming Zhang:etxrab1-2/+2
2006-03-28From Ming Zhang: the track # in read toc command dissector should be 1 instea...jake1-1/+1
2006-03-25From Ming Zhang: fix for several wrong use of ntohs in packet-scsi.cjake1-10/+5
2006-03-19Fix some format strings to display all fields in some mode sense pageguy1-5/+5
2006-03-17From Ming Zhang:etxrab1-3/+122
2006-03-14put the opcode as a generated field inside data pdus for scsisahlberg1-4/+41
2006-03-14prettifu getconfiguration responsesahlberg1-6/+26
2006-03-13set current_proto to SCSI so that the exception handler will show the corre...sahlberg1-3/+22
2006-03-13remove a compiler warningulfl1-1/+1
2006-03-13SCSI is fairly unique among the ethereal protocols in that it is sometimes no...sahlberg1-1/+47
2006-03-13From Ming Zhangetxrab1-9/+164
2006-03-09Remove MIN and MAX defines, which GLib provides.gerald1-59/+57
2006-03-07rewrite of some hairy codesahlberg1-125/+65
2006-03-06From Ming Zhang:etxrab1-2/+69
2006-03-04From Ming Zhang:etxrab1-31/+92
2006-03-02From Ming Zhangsahlberg1-6/+168
2005-11-02From David Wysochanski fix a typo.etxrab1-1/+1
2005-09-14From Dinesh G Duttetxrab1-7/+256
2005-08-28add missing value_string terminationsahlberg1-0/+1
2005-08-14add dissection of two more SSC commandssahlberg1-55/+135
2005-08-13Get rid of unused variables.guy1-27/+24