aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-166/+166
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-8/+8
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-7/+7
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-6/+6
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-2/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-4/+8
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-6/+6
2007-10-03Updated scsi_verdesc_val from appendix D in spc-3.Stig Bjørlykke1-32/+239
2007-10-03Use correct offset for sccs, bque and reladdr flags.Stig Bjørlykke1-3/+3
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-95/+100
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel1-40/+40
2007-04-13Fix various warningsStephen Fisher1-6/+8
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewJeff Morriss1-3/+3
2007-03-27from Peter Johansson:Ulf Lamping1-1/+1
2007-03-26From Peter Johansson:Stephen Fisher1-387/+373
2007-03-23fix some more warnings (type casts)Ulf Lamping1-1/+1
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