aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-01From Zachary Mark via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5457 :morriss1-1/+3
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-1/+1
2010-10-29Use value_string_ext to access several "relatively large" value-strings.wmeier1-7/+11
2010-09-27From Yaniv Kaul:etxrab1-7/+7
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-166/+166
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-8/+8
2009-05-01From Reinhard Speyerer:jake1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-7/+7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-6/+6
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffwmeier1-2/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-4/+8
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-6/+6
2007-10-03Updated scsi_verdesc_val from appendix D in spc-3.stig1-32/+239
2007-10-03Use correct offset for sccs, bque and reladdr flags.stig1-3/+3
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-04-13another attempt to let windows buildbot becoming greenstandel1-95/+100
2007-04-13use of volatile for every functions and not only the ones using the Exceptionstandel1-40/+40
2007-04-13Fix various warningssfisher1-6/+8
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-3/+3
2007-03-27from Peter Johansson:ulfl1-1/+1
2007-03-26From Peter Johansson:sfisher1-387/+373
2007-03-23fix some more warnings (type casts)ulfl1-1/+1
2007-02-11remove the revision number from the spc symbolssahlberg1-130/+132
2007-02-11dont encode a specific revision of the standard in the symbol namessahlberg1-17/+17
2007-02-05add the remaining TAPE ALERT log flags from ssc3r01csahlberg1-0/+590
2007-02-05add some infrastructure to enable us to dissect the content of LOG SENSE page...sahlberg1-2/+210
2007-02-03update the LOG SELECT dissector slightly and harmonize the hf fields so both ...sahlberg1-61/+56
2007-02-03updates to the LOG SELECT CDB decodingsahlberg1-28/+66
2007-02-01use the correct offset to access the service action in PERSISTENT RESERVE INsahlberg1-2/+2
2007-01-30From Patrick vd Lageweg:sfisher1-1/+1
2007-01-26From Patrick vd Lageweg:jake1-3/+3
2007-01-25Attempt to squelch Coverity CID 222.gerald1-2/+4
2007-01-17From Patrick vd Lageweg:jake1-1/+1
2006-12-10change all sbc2 references into sbcsahlberg1-34/+34
2006-11-27create a nice helper to dissect bitmasks and implement some test useage of it...sahlberg1-58/+35
2006-11-27break the SCSI SBC commandset out into its own dissectorsahlberg1-1093/+5
2006-11-24add some missing commandsets to the preference for default commandset and to ...sahlberg1-0/+2
2006-11-24From Patrick vd Lageweg:jake1-1/+1
2006-11-23break the SCSI SMC commandset out into its own dissectorsahlberg1-699/+9
2006-11-22break the SCSI SSC commandset out into its own dissectorsahlberg1-952/+14
2006-11-22ssc space6 count is a signed integersahlberg1-1/+1
2006-11-21Patrick vd Lageweg <patrick@bitwizard.nl> sahlberg1-2/+4
2006-10-30start splitting the monolitic scsi dissector up into commandset dissectorssahlberg1-1702/+13
2006-10-25Attempt to squelch Coverity CID 221.gerald1-26/+31
2006-10-14if reassembly did not give us a new tvb, then dont call any scsi payload sub...sahlberg1-0/+4
2006-10-14let SCSI reassembly default to FALSEsahlberg1-2/+9
2006-10-13add scsi data reassemblysahlberg1-9/+124