aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-69/+69
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26091 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26089 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-9/+9
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21990 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-13another attempt to let windows buildbot becoming greenstandel1-66/+66
fix rev21398 (gcc warning fix) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21412 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-13use of volatile for every functions and not only the ones using the Exceptionstandel1-66/+66
mechanisms. (fix rev21398) Windows buildbot sould be green again as formal parameters are the same as the ones in the declaration now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21409 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-11remove the revision number from the spc symbolssahlberg1-41/+41
change all spc2 and spc3 to spc git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20779 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-23add the obsolete RESERVE10/RELEASE10 to the sbc dissectorsahlberg1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20537 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-23some iscsi/scsi initiators still use the ancient sbc1 commandset so add ↵sahlberg1-2/+4
RESERVE6/RELEASE6 to the SBC dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20536 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-11add comment that the dissector is based on SBC2sahlberg1-1/+2
this dissector should be in fairly good shape now git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20110 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-11add a comment about the (few) opcodes that are still missingsahlberg1-1/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20109 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10change all sbc2 references into sbcsahlberg1-58/+58
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20100 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10add dissection ofsahlberg1-8/+290
writelong10 writesame10/16 xdread10 xdwrite10 xdwriteread10 xpwrite10 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20099 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fix the WRVERIFY commandssahlberg1-44/+61
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20098 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fixup WRITE 6,10,12,16sahlberg1-12/+148
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20097 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fix the broken VERIFY 10, 12, 16sahlberg1-54/+81
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20096 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10add SYNC CACHE 10 and 16sahlberg1-3/+89
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20095 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fixup START STOP UNITsahlberg1-8/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20091 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fixup REASSIGN BLOCKSsahlberg1-8/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20090 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10add dissection of READ LONG 16sahlberg1-14/+51
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20089 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10add dissection of READLONG10sahlberg1-3/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20088 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fix up READEFECTDATA 10 and 12sahlberg1-11/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20087 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10improve READCAPACITY10sahlberg1-17/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20086 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-10fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in ↵sahlberg1-31/+72
the cdb git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20085 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-09Add dissection of the PREFETCH10 and PREFETCH16 SBC commandssahlberg1-3/+85
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20083 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-09dissect the flags of FORMAT_UNITsahlberg1-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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20082 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-27break the SCSI SBC commandset out into its own dissectorsahlberg1-0/+1134
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20000 f5534014-38df-0310-8fa8-9805f1628bb7