aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-25Attempt to squelch Coverity CID 222.gerald1-2/+4
2007-01-17From Patrick vd Lageweg:jake1-1/+1
2006-12-10change all sbc2 references into sbcsahlberg1-34/+34
2006-11-27create a nice helper to dissect bitmasks and implement some test useage of it...sahlberg1-58/+35
2006-11-27break the SCSI SBC commandset out into its own dissectorsahlberg1-1093/+5
2006-11-24add some missing commandsets to the preference for default commandset and to ...sahlberg1-0/+2
2006-11-24From Patrick vd Lageweg:jake1-1/+1
2006-11-23break the SCSI SMC commandset out into its own dissectorsahlberg1-699/+9
2006-11-22break the SCSI SSC commandset out into its own dissectorsahlberg1-952/+14
2006-11-22ssc space6 count is a signed integersahlberg1-1/+1
2006-11-21Patrick vd Lageweg <patrick@bitwizard.nl> sahlberg1-2/+4
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorssahlberg1-1702/+13
2006-10-25Attempt to squelch Coverity CID 221.gerald1-26/+31
2006-10-14if reassembly did not give us a new tvb, then dont call any scsi payload sub...sahlberg1-0/+4
2006-10-14let SCSI reassembly default to FALSEsahlberg1-2/+9
2006-10-13add scsi data reassemblysahlberg1-9/+124
2006-10-13check the estinated data transfer length for the current transfer and start ...sahlberg1-3/+30
2006-10-13dont call the scsi data in/out dissectors unless data offset is 0 i.e. the ...sahlberg1-1/+10
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...sahlberg1-2/+4
2006-10-11From Patrick vd Lageweg sahlberg1-2/+2
2006-10-11From Patrick vd Lagewegsahlberg1-1/+1
2006-10-11From Patrick vd Lagewegsahlberg1-1/+27
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-1/+1
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted from...sahlberg1-19/+18
2006-09-29move the defines for SPC command opcode values to the headerfilesahlberg1-32/+0
2006-09-28additional scsi sense codes from patrick@abra2.bitwizard.nlsahlberg1-1/+10
2006-09-28Hi,sahlberg1-1/+1
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