aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-11- Make local functions static.Anders Broman1-1/+4
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-14emem -> wmemJörg Mayer1-6/+6
2013-08-15From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9040Evan Huus1-3/+24
2013-08-13From Yaniv Kaul:Anders Broman1-1/+11
2013-08-08Remove a couple of set-but-no-longer-used variables.Jeff Morriss1-4/+2
2013-08-08Use convert_proto_tree_add_text.pl to make many more fields filterable.Michael Mann1-584/+916
2013-08-07From Javier Godoy:Anders Broman1-2/+28
2013-08-05SCSI dissector does not parse PERSISTENT RESERVE commands correctly. Bug 901...Michael Mann1-9/+35