aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Fix encoding arg for various fcn calls:wmeier1-65/+65
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-78/+78
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viacmaynard1-327/+152
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-69/+69
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-9/+9
2007-04-13another attempt to let windows buildbot becoming greenstandel1-66/+66
2007-04-13use of volatile for every functions and not only the ones using the Exceptionstandel1-66/+66
2007-02-11remove the revision number from the spc symbolssahlberg1-41/+41
2007-01-23add the obsolete RESERVE10/RELEASE10 to the sbc dissectorsahlberg1-2/+4
2007-01-23some iscsi/scsi initiators still use the ancient sbc1 commandset so add RE...sahlberg1-2/+4
2006-12-11add comment that the dissector is based on SBC2sahlberg1-1/+2
2006-12-11add a comment about the (few) opcodes that are still missingsahlberg1-1/+9
2006-12-10change all sbc2 references into sbcsahlberg1-58/+58
2006-12-10add dissection ofsahlberg1-8/+290
2006-12-10fix the WRVERIFY commandssahlberg1-44/+61
2006-12-10fixup WRITE 6,10,12,16sahlberg1-12/+148
2006-12-10fix the broken VERIFY 10, 12, 16sahlberg1-54/+81
2006-12-10add SYNC CACHE 10 and 16sahlberg1-3/+89
2006-12-10fixup START STOP UNITsahlberg1-8/+32
2006-12-10fixup REASSIGN BLOCKSsahlberg1-8/+20
2006-12-10add dissection of READ LONG 16sahlberg1-14/+51
2006-12-10add dissection of READLONG10sahlberg1-3/+43
2006-12-10fix up READEFECTDATA 10 and 12sahlberg1-11/+27
2006-12-10improve READCAPACITY10sahlberg1-17/+36
2006-12-10fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in t...sahlberg1-31/+72
2006-12-09Add dissection of the PREFETCH10 and PREFETCH16 SBC commandssahlberg1-3/+85
2006-12-09dissect the flags of FORMAT_UNITsahlberg1-26/+49
2006-11-27break the SCSI SBC commandset out into its own dissectorsahlberg1-0/+1134