Commit Graph

29 Commits

Author SHA1 Message Date
Bill Meier 055dd62063 #include <string.h> not needed.
svn path=/trunk/; revision=32410
2010-04-06 21:14:01 +00:00
Stig Bjørlykke b228488bc0 From Kovarththanan Rajaratnam via bug 3548:
(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

svn path=/trunk/; revision=28770
2009-06-18 21:30:42 +00:00
Bill Meier a8f30cbca1 Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27037
2008-12-17 17:23:37 +00:00
Bill Meier b52d95d591 #include <emem.h> not req'd
svn path=/trunk/; revision=26091
2008-08-26 01:28:50 +00:00
Bill Meier 77b81b391b #include <prefs.h> not req'd
svn path=/trunk/; revision=26089
2008-08-25 22:06:20 +00:00
Guy Harris 5a43799a17 Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
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-05-29 18:52:42 +00:00
Sebastien Tandel a7615a1afb another attempt to let windows buildbot becoming green
fix rev21398 (gcc warning fix)

svn path=/trunk/; revision=21412
2007-04-13 17:16:24 +00:00
Sebastien Tandel 42791e157b use of volatile for every functions and not only the ones using the Exception
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-04-13 15:23:47 +00:00
Ronnie Sahlberg f6f95ea6a0 remove the revision number from the spc symbols
change all spc2 and spc3 to spc



svn path=/trunk/; revision=20779
2007-02-11 00:45:15 +00:00
Ronnie Sahlberg 6a45dab11b add the obsolete RESERVE10/RELEASE10 to the sbc dissector
svn path=/trunk/; revision=20537
2007-01-23 20:59:50 +00:00
Ronnie Sahlberg ec38ca7190 some iscsi/scsi initiators still use the ancient sbc1 commandset so add RESERVE6/RELEASE6 to the SBC dissector
svn path=/trunk/; revision=20536
2007-01-23 20:49:57 +00:00
Ronnie Sahlberg 2b8517a1c1 add comment that the dissector is based on SBC2
this dissector should be in fairly good shape now


svn path=/trunk/; revision=20110
2006-12-11 09:07:10 +00:00
Ronnie Sahlberg 1765b2e83e add a comment about the (few) opcodes that are still missing
svn path=/trunk/; revision=20109
2006-12-11 09:04:58 +00:00
Ronnie Sahlberg 34824cb310 change all sbc2 references into sbc
svn path=/trunk/; revision=20100
2006-12-10 13:52:30 +00:00
Ronnie Sahlberg f819b845bf add dissection of
writelong10
writesame10/16
xdread10
xdwrite10
xdwriteread10
xpwrite10


svn path=/trunk/; revision=20099
2006-12-10 13:38:42 +00:00
Ronnie Sahlberg 43bdbd0a78 fix the WRVERIFY commands
svn path=/trunk/; revision=20098
2006-12-10 13:04:37 +00:00
Ronnie Sahlberg f53a3fb764 fixup WRITE 6,10,12,16
svn path=/trunk/; revision=20097
2006-12-10 12:01:36 +00:00
Ronnie Sahlberg 08e24dec09 fix the broken VERIFY 10, 12, 16
svn path=/trunk/; revision=20096
2006-12-10 11:43:02 +00:00
Ronnie Sahlberg f9e28612b0 add SYNC CACHE 10 and 16
svn path=/trunk/; revision=20095
2006-12-10 11:14:35 +00:00
Ronnie Sahlberg 4969d6e830 fixup START STOP UNIT
svn path=/trunk/; revision=20091
2006-12-10 03:56:25 +00:00
Ronnie Sahlberg a070eb77f3 fixup REASSIGN BLOCKS
svn path=/trunk/; revision=20090
2006-12-10 03:47:11 +00:00
Ronnie Sahlberg 9f4df27dc3 add dissection of READ LONG 16
svn path=/trunk/; revision=20089
2006-12-10 02:59:09 +00:00
Ronnie Sahlberg f73e437caf add dissection of READLONG10
svn path=/trunk/; revision=20088
2006-12-10 02:45:06 +00:00
Ronnie Sahlberg 069010285f fix up READEFECTDATA 10 and 12
svn path=/trunk/; revision=20087
2006-12-10 02:32:57 +00:00
Ronnie Sahlberg 9b0bd534a4 improve READCAPACITY10
svn path=/trunk/; revision=20086
2006-12-10 01:53:19 +00:00
Ronnie Sahlberg 9e68e2b237 fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
svn path=/trunk/; revision=20085
2006-12-10 00:43:24 +00:00
Ronnie Sahlberg 2a99a93c64 Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
svn path=/trunk/; revision=20083
2006-12-09 22:30:12 +00:00
Ronnie Sahlberg 2f20c29b9a dissect the flags of FORMAT_UNIT
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-12-09 21:29:06 +00:00
Ronnie Sahlberg 3dca5cbed9 break the SCSI SBC commandset out into its own dissector
svn path=/trunk/; revision=20000
2006-11-27 11:00:06 +00:00