aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-04-13another attempt to let windows buildbot becoming greenstandel1-95/+100
2007-04-13use of volatile for every functions and not only the ones using the Exceptionstandel1-40/+40
2007-04-13Fix various warningssfisher1-6/+8
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-3/+3
2007-03-27from Peter Johansson:ulfl1-1/+1
2007-03-26From Peter Johansson:sfisher1-387/+373
2007-03-23fix some more warnings (type casts)ulfl1-1/+1
2007-02-11remove the revision number from the spc symbolssahlberg1-130/+132
2007-02-11dont encode a specific revision of the standard in the symbol namessahlberg1-17/+17
2007-02-05add the remaining TAPE ALERT log flags from ssc3r01csahlberg1-0/+590
2007-02-05add some infrastructure to enable us to dissect the content of LOG SENSE page...sahlberg1-2/+210
2007-02-03update the LOG SELECT dissector slightly and harmonize the hf fields so both ...sahlberg1-61/+56
2007-02-03updates to the LOG SELECT CDB decodingsahlberg1-28/+66
2007-02-01use the correct offset to access the service action in PERSISTENT RESERVE INsahlberg1-2/+2
2007-01-30From Patrick vd Lageweg:sfisher1-1/+1
2007-01-26From Patrick vd Lageweg:jake1-3/+3
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