aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
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