aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Error: the blurb for hf_scsi_bus ("scsi.bus") matches the field name in packe...etxrab1-1/+1
2012-07-27SCSI/ISCSI: Add decode of LUNs with address mode/bus and lunsahlberg1-21/+53
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to scsi_...mmann1-20/+20
2012-07-24SCSI: Add support for mode subpagessahlberg1-49/+120
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1591/+1735
2011-11-15tvb_[reported_]length_remaining can return -1wmeier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:wmeier1-30/+30
2011-10-21Fix a few proto_tree_add_item() encoding args manually.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-54/+54
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-56/+56
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-9/+9
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-6/+8
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
2011-04-18Removed some unneeded assignments.stig1-3/+2
2011-03-23Shift the correct number of steps when masking the UAAERP bit to 0/1sahlberg1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-15/+15
2010-12-10From Richard Sharpe via bug 5466: "Changes to dissect persistentreserveoutcmaynard1-235/+333
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viacmaynard1-151/+122
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