aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-9/+9
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. svn path=/trunk/; revision=21990
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-66/+66
fix rev21398 (gcc warning fix) svn path=/trunk/; revision=21412
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel1-66/+66
mechanisms. (fix rev21398) Windows buildbot sould be green again as formal parameters are the same as the ones in the declaration now. svn path=/trunk/; revision=21409
2007-02-11remove the revision number from the spc symbolsRonnie Sahlberg1-41/+41
change all spc2 and spc3 to spc svn path=/trunk/; revision=20779
2007-01-23add the obsolete RESERVE10/RELEASE10 to the sbc dissectorRonnie Sahlberg1-2/+4
svn path=/trunk/; revision=20537
2007-01-23some iscsi/scsi initiators still use the ancient sbc1 commandset so add ↵Ronnie Sahlberg1-2/+4
RESERVE6/RELEASE6 to the SBC dissector svn path=/trunk/; revision=20536
2006-12-11add comment that the dissector is based on SBC2Ronnie Sahlberg1-1/+2
this dissector should be in fairly good shape now svn path=/trunk/; revision=20110
2006-12-11add a comment about the (few) opcodes that are still missingRonnie Sahlberg1-1/+9
svn path=/trunk/; revision=20109
2006-12-10change all sbc2 references into sbcRonnie Sahlberg1-58/+58
svn path=/trunk/; revision=20100
2006-12-10add dissection ofRonnie Sahlberg1-8/+290
writelong10 writesame10/16 xdread10 xdwrite10 xdwriteread10 xpwrite10 svn path=/trunk/; revision=20099
2006-12-10fix the WRVERIFY commandsRonnie Sahlberg1-44/+61
svn path=/trunk/; revision=20098
2006-12-10fixup WRITE 6,10,12,16Ronnie Sahlberg1-12/+148
svn path=/trunk/; revision=20097
2006-12-10fix the broken VERIFY 10, 12, 16Ronnie Sahlberg1-54/+81
svn path=/trunk/; revision=20096
2006-12-10add SYNC CACHE 10 and 16Ronnie Sahlberg1-3/+89
svn path=/trunk/; revision=20095
2006-12-10fixup START STOP UNITRonnie Sahlberg1-8/+32
svn path=/trunk/; revision=20091
2006-12-10fixup REASSIGN BLOCKSRonnie Sahlberg1-8/+20
svn path=/trunk/; revision=20090
2006-12-10add dissection of READ LONG 16Ronnie Sahlberg1-14/+51
svn path=/trunk/; revision=20089
2006-12-10add dissection of READLONG10Ronnie Sahlberg1-3/+43
svn path=/trunk/; revision=20088
2006-12-10fix up READEFECTDATA 10 and 12Ronnie Sahlberg1-11/+27
svn path=/trunk/; revision=20087
2006-12-10improve READCAPACITY10Ronnie Sahlberg1-17/+36
svn path=/trunk/; revision=20086
2006-12-10fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in ↵Ronnie Sahlberg1-31/+72
the cdb svn path=/trunk/; revision=20085
2006-12-09Add dissection of the PREFETCH10 and PREFETCH16 SBC commandsRonnie Sahlberg1-3/+85
svn path=/trunk/; revision=20083
2006-12-09dissect the flags of FORMAT_UNITRonnie Sahlberg1-26/+49
change some hf definitions where FT_BOOLEAN types had the wrong length specified (BASE_[HEX|DEC] instead of length of field in bits) svn path=/trunk/; revision=20082
2006-11-27break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg1-0/+1134
svn path=/trunk/; revision=20000