aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-28SCSI SBC: Add dissection of the ANCHOR and UNMAP bits in WRITESAME10/16Ronnie Sahlberg1-0/+12
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-30SCSI SBC: Add the new fields that have been added to READ_CAPACITY16Ronnie Sahlberg1-0/+50
2012-03-27SCSI SBC : Add decode for UNMAP commandRonnie Sahlberg1-2/+84
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-65/+65
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-78/+78
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viaChris Maynard1-327/+152
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-69/+69
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-9/+9
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel1-66/+66
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel1-66/+66
2007-02-11remove the revision number from the spc symbolsRonnie Sahlberg1-41/+41
2007-01-23add the obsolete RESERVE10/RELEASE10 to the sbc dissectorRonnie Sahlberg1-2/+4
2007-01-23some iscsi/scsi initiators still use the ancient sbc1 commandset so add RE...Ronnie Sahlberg1-2/+4
2006-12-11add comment that the dissector is based on SBC2Ronnie Sahlberg1-1/+2
2006-12-11add a comment about the (few) opcodes that are still missingRonnie Sahlberg1-1/+9
2006-12-10change all sbc2 references into sbcRonnie Sahlberg1-58/+58
2006-12-10add dissection ofRonnie Sahlberg1-8/+290
2006-12-10fix the WRVERIFY commandsRonnie Sahlberg1-44/+61
2006-12-10fixup WRITE 6,10,12,16Ronnie Sahlberg1-12/+148
2006-12-10fix the broken VERIFY 10, 12, 16Ronnie Sahlberg1-54/+81
2006-12-10add SYNC CACHE 10 and 16Ronnie Sahlberg1-3/+89
2006-12-10fixup START STOP UNITRonnie Sahlberg1-8/+32
2006-12-10fixup REASSIGN BLOCKSRonnie Sahlberg1-8/+20
2006-12-10add dissection of READ LONG 16Ronnie Sahlberg1-14/+51
2006-12-10add dissection of READLONG10Ronnie Sahlberg1-3/+43
2006-12-10fix up READEFECTDATA 10 and 12Ronnie Sahlberg1-11/+27
2006-12-10improve READCAPACITY10Ronnie Sahlberg1-17/+36
2006-12-10fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in t...Ronnie Sahlberg1-31/+72
2006-12-09Add dissection of the PREFETCH10 and PREFETCH16 SBC commandsRonnie Sahlberg1-3/+85
2006-12-09dissect the flags of FORMAT_UNITRonnie Sahlberg1-26/+49
2006-11-27break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg1-0/+1134