aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Fix typo (Missing CR)Alexis La Goutte1-1/+2
2013-06-29Fix warning from fix-encoding-argsAlexis La Goutte1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-30/+18
2013-06-13From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8794 :Jeff Morriss1-4/+4
2013-06-12From Javier GodoyMartin Kaiser1-4/+63
2013-06-12From Javier Godoy:Anders Broman1-7/+38
2013-06-11TABs -> spacesMartin Kaiser1-162/+176
2013-06-11From Javier GodoyMartin Kaiser1-9/+65
2013-06-11From Javier Godoy:Anders Broman1-16/+200
2013-06-09From Javier Godoy:Anders Broman1-3/+4
2013-05-27SCSI Add decoding of Block Device Characteristics VPD pageRonnie Sahlberg1-1/+54
2013-05-27SCSI: Print the INQUIRY EVPD page name in the info columnRonnie Sahlberg1-2/+6
2013-05-27SCSI: add dissection of Tiemout Descriptor for REPORT SUPPORTED OPCODESRonnie Sahlberg1-5/+45
2013-05-19SCSI: Add support for report-one-command structure for REPORT SUPPORTED OPCODESRonnie Sahlberg1-2/+31
2013-05-19SCSI: REPORT SUPPORTED OPCODES print the reporing options in human readableRonnie Sahlberg1-1/+8
2013-05-18SCSI: Add dissection of REPORT SUPPORTED OPCODESRonnie Sahlberg1-2/+181
2013-04-01Typo's. That is all.Jaap Keuter1-4/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-5/+5
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-19From beroset:Anders Broman1-5/+5
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-03-12SPC-3 and later has a 16-bit allocation length for the INQUIRY allocationRonnie Sahlberg1-2/+2
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