aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-11remove the revision number from the spc symbolsRonnie Sahlberg1-130/+132
2007-02-11dont encode a specific revision of the standard in the symbol namesRonnie Sahlberg1-17/+17
2007-02-05add the remaining TAPE ALERT log flags from ssc3r01cRonnie Sahlberg1-0/+590
2007-02-05add some infrastructure to enable us to dissect the content of LOG SENSE page...Ronnie Sahlberg1-2/+210
2007-02-03update the LOG SELECT dissector slightly and harmonize the hf fields so both ...Ronnie Sahlberg1-61/+56
2007-02-03updates to the LOG SELECT CDB decodingRonnie Sahlberg1-28/+66
2007-02-01use the correct offset to access the service action in PERSISTENT RESERVE INRonnie Sahlberg1-2/+2
2007-01-30From Patrick vd Lageweg:Stephen Fisher1-1/+1
2007-01-26From Patrick vd Lageweg:Jaap Keuter1-3/+3
2007-01-25Attempt to squelch Coverity CID 222.Gerald Combs1-2/+4
2007-01-17From Patrick vd Lageweg:Jaap Keuter1-1/+1
2006-12-10change all sbc2 references into sbcRonnie Sahlberg1-34/+34
2006-11-27create a nice helper to dissect bitmasks and implement some test useage of it...Ronnie Sahlberg1-58/+35
2006-11-27break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg1-1093/+5
2006-11-24add some missing commandsets to the preference for default commandset and to ...Ronnie Sahlberg1-0/+2
2006-11-24From Patrick vd Lageweg:Jaap Keuter1-1/+1
2006-11-23break the SCSI SMC commandset out into its own dissectorRonnie Sahlberg1-699/+9
2006-11-22break the SCSI SSC commandset out into its own dissectorRonnie Sahlberg1-952/+14
2006-11-22ssc space6 count is a signed integerRonnie Sahlberg1-1/+1
2006-11-21Patrick vd Lageweg <patrick@bitwizard.nl> Ronnie Sahlberg1-2/+4
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorsRonnie Sahlberg1-1702/+13
2006-10-25Attempt to squelch Coverity CID 221.Gerald Combs1-26/+31
2006-10-14if reassembly did not give us a new tvb, then dont call any scsi payload sub...Ronnie Sahlberg1-0/+4
2006-10-14let SCSI reassembly default to FALSERonnie Sahlberg1-2/+9
2006-10-13add scsi data reassemblyRonnie Sahlberg1-9/+124
2006-10-13check the estinated data transfer length for the current transfer and start ...Ronnie Sahlberg1-3/+30
2006-10-13dont call the scsi data in/out dissectors unless data offset is 0 i.e. the ...Ronnie Sahlberg1-1/+10
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-2/+4
2006-10-11From Patrick vd Lageweg Ronnie Sahlberg1-2/+2
2006-10-11From Patrick vd LagewegRonnie Sahlberg1-1/+1
2006-10-11From Patrick vd LagewegRonnie Sahlberg1-1/+27
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-1/+1
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted from...Ronnie Sahlberg1-19/+18
2006-09-29move the defines for SPC command opcode values to the headerfileRonnie Sahlberg1-32/+0
2006-09-28additional scsi sense codes from patrick@abra2.bitwizard.nlRonnie Sahlberg1-1/+10
2006-09-28Hi,Ronnie Sahlberg1-1/+1
2006-08-04check that itl is non-NULL to prevent a NULL pointer dereference that would c...Ronnie Sahlberg1-1/+2
2006-06-17we need a itl structure to decode a scsi cdb properly.Ronnie Sahlberg1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-05update the itl structure so that it sets the cmdset field to the current comm...Ronnie Sahlberg1-15/+23
2006-05-01remove a test for NULL we dont need since itlq can not be null here and thus weRonnie Sahlberg1-2/+2
2006-04-25rename some value_Strings from ..._val to ..._valsRonnie Sahlberg1-16/+16
2006-04-24SCSI Service Response Time StaisticsRonnie Sahlberg1-3/+3
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg1-20/+40
2006-04-22put some exchange tracking info in scsi CDBs and DATA pdusRonnie Sahlberg1-18/+36
2006-04-22add the spc commands to the mmc tablesRonnie Sahlberg1-44/+50
2006-04-22add the spc commands to the smc and ssc tablesRonnie Sahlberg1-47/+73
2006-04-22add all supported SPC commands used by SBC to the SBC tablesRonnie Sahlberg1-61/+75
2006-04-22start prettifying the dissectionRonnie Sahlberg1-32/+45
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-305/+131