aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-24Add Service Response Time dialog for SCSI.Michael Mann1-2/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-10/+13
2017-05-02scsi: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-5/+5
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+3
2016-08-24SCSI: Mode Sense 10: Wrong block descriptor lengthAlexis La Goutte1-3/+3
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-14/+5
2016-03-11SCSI: Fix conflict for hf fieldsAlexis La Goutte1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2015-11-22SCSI: Fix mixed up SCSI senddiag PF valuesStefan Pöschel1-1/+1
2015-09-14SCSI: Fix typo on modelinesAlexis La Goutte1-1/+1
2015-09-12SCSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-09-12Add casts to reassure the compiler that we know what we're doing.Guy Harris1-6/+6
2015-09-11SCSI: Fix decode of DeviceIdentification VPD page it was completely bogusRonnie Sahlberg1-25/+96
2015-09-11SCSI: Update block limits VPD decode to SBC-4Ronnie Sahlberg1-1/+22
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-0/+108
2015-06-06SCSI: There are identical sub-expressions 'tvb_reported_length_remaining(tvb,...Alexis La Goutte1-1/+1
2015-05-30SCSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-05-29Update scsi lun id dissector, add support to handle all 4 addressingAnish Bhatt1-27/+142
2015-05-26Replace deprecated tvb_length* apisAnish Bhatt1-25/+25
2014-12-28Create FT_FCWWN field type.Michael Mann1-3/+3
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-98/+98
2014-11-25SCSI: type and scope fields are ignored in some SCSI persistent reserve servi...Yaniv Kaul1-11/+27
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-16/+28
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-11/+11
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-5/+5
2014-09-08SCSI: fix dissection of ElementAddress... mode page for SMC devicesRonnie Sahlberg1-12/+9
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-48/+29
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-25/+25
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-25/+25
2014-04-17Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-107/+101
2014-03-11packet-scsi.c minor changes - add WWN dissection and fix a typoYaniv Kaul1-4/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-9/+9
2013-12-26Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+2
2013-12-26From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595Alexis La Goutte1-8/+10
2013-12-23Reove _U_ from some function parameters ...Bill Meier1-4/+4
2013-12-23Change types to try to avoid warnings.Martin Mathieson1-2/+4
2013-12-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551Alexis La Goutte1-6/+460
2013-12-12Create/use a number of extended value-strings;Bill Meier1-67/+68