aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Add missing 'hf_scsi_persresv_control_unreg' hf[] entry.Bill Meier1-39/+41
2013-01-22Fix bug found by VS Code Analysis: warning C6336: Arithmetic operator has pre...Chris Maynard1-1/+2
2012-12-18SCSI: PERSISTENT_RESERVE_IN add names for service action 2/3 report capabili...Ronnie Sahlberg1-1/+5
2012-11-20SCSI: Sense buffers come in two flavors. Start decoding the descriptor format.Ronnie Sahlberg1-7/+35
2012-09-24From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=77...Pascal Quantin1-10/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19SCSI: Dont show two reserved bytes in the decode pane for standard INQ pageRonnie Sahlberg1-9/+1
2012-09-13SCSI: Update INQUIRY standard page and decode the flags depending on which ve...Ronnie Sahlberg1-131/+147
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-2/+4
2012-09-02SCSI: lots of MMC improvements and prettificationsRonnie Sahlberg1-10/+27
2012-07-27Error: the blurb for hf_scsi_bus ("scsi.bus") matches the field name in packe...Anders Broman1-1/+1
2012-07-27SCSI/ISCSI: Add decode of LUNs with address mode/bus and lunRonnie Sahlberg1-21/+53
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to scsi_...Michael Mann1-20/+20
2012-07-24SCSI: Add support for mode subpagesRonnie Sahlberg1-49/+120
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-1647/+1652
2012-04-20SCSI SBC: Add decode of BlockLimits VPD pageRonnie Sahlberg1-0/+84
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-31SCSI SBC: Start decoding LogicalBlockProvisioning VPD pageRonnie Sahlberg1-2/+57
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-30/+30
2011-10-21Fix a few proto_tree_add_item() encoding args manually.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-54/+54
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-56/+56
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+8
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-3/+2
2011-03-23Shift the correct number of steps when masking the UAAERP bit to 0/1Ronnie Sahlberg1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-15/+15
2010-12-10From Richard Sharpe via bug 5466: "Changes to dissect persistentreserveoutChris Maynard1-235/+333
2010-12-06Improve dissection of bit-oriented fields. Patch from Richard Sharpe viaChris Maynard1-151/+122
2010-12-01From Zachary Mark via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5457 :Jeff Morriss1-1/+3
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-10-29Use value_string_ext to access several "relatively large" value-strings.Bill Meier1-7/+11
2010-09-27From Yaniv Kaul:Anders Broman1-7/+7
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-166/+166
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-8/+8
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-7/+7
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-6/+6
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-2/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-4/+8
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-6/+6