aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
Commit message (Expand)AuthorAgeFilesLines
* another attempt to let windows buildbot becoming greenSebastien Tandel2007-04-131-4/+4
* use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel2007-04-131-2/+2
* Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()Jeff Morriss2007-04-131-2/+2
* remove the revision number from the spc symbolsRonnie Sahlberg2007-02-111-49/+51
* break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg2006-11-271-6/+0
* break the SCSI SMC commandset out into its own dissectorRonnie Sahlberg2006-11-231-17/+5
* fix Win32 build: scsi_ssc2_vals -> scsi_ssc_valsUlf Lamping2006-11-221-1/+0
* break the SCSI SSC commandset out into its own dissectorRonnie Sahlberg2006-11-221-1/+31
* start splitting the monolitic scsi dissector up into commandset dissectorsRonnie Sahlberg2006-10-301-0/+92
* pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg2006-10-131-1/+2
* wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg2006-10-121-0/+1
* add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg2006-10-111-0/+22
* move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg2006-10-111-0/+46
* add initial scsi osd dissector but only dissect sdbs that are impoerted from...Ronnie Sahlberg2006-09-291-0/+22
* move the defines for SPC command opcode values to the headerfileRonnie Sahlberg2006-09-291-0/+33
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-3/+3
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* rename some value_Strings from ..._val to ..._valsRonnie Sahlberg2006-04-251-3/+3
* fix win32 build:Ulf Lamping2006-04-251-3/+3
* SCSI Service Response Time StaisticsRonnie Sahlberg2006-04-241-0/+4
* change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg2006-04-241-1/+1
* the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg2006-04-221-11/+0
* remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg2006-04-211-2/+2
* updates to get the fc and scsi dissectorsRonnie Sahlberg2006-04-211-3/+3
* rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg2006-04-201-1/+1
* make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg2006-04-071-1/+1
* remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg2005-05-291-2/+2
* make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg2005-05-291-1/+1
* pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg2005-02-171-4/+4
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+83