aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8963Alexis La Goutte1-0/+1
2013-07-23From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8965Alexis La Goutte1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
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