aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-05update the itl structure so that it sets the cmdset field to the current comm...Ronnie Sahlberg1-15/+23
2006-05-01remove a test for NULL we dont need since itlq can not be null here and thus weRonnie Sahlberg1-2/+2
2006-04-25rename some value_Strings from ..._val to ..._valsRonnie Sahlberg1-16/+16
2006-04-24SCSI Service Response Time StaisticsRonnie Sahlberg1-3/+3
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg1-20/+40
2006-04-22put some exchange tracking info in scsi CDBs and DATA pdusRonnie Sahlberg1-18/+36
2006-04-22add the spc commands to the mmc tablesRonnie Sahlberg1-44/+50
2006-04-22add the spc commands to the smc and ssc tablesRonnie Sahlberg1-47/+73
2006-04-22add all supported SPC commands used by SBC to the SBC tablesRonnie Sahlberg1-61/+75
2006-04-22start prettifying the dissectionRonnie Sahlberg1-32/+45
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-305/+131
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg1-24/+66
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-138/+27
2006-04-20rename the fc_exchange_data structure to the more appropriate itlq_nexus_tRonnie Sahlberg1-2/+2
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg1-7/+32
2006-04-05imake fcp responses that do carry a scsi response codeRonnie Sahlberg1-5/+5
2006-04-05make reportluns use the new macros to catch and flag alloclen truncationRonnie Sahlberg1-14/+16
2006-04-03dislay a flags field as "Flags" instead of "SCCS Flags"Ronnie Sahlberg1-1/+1
2006-04-03use col_set_fence() after we have populated the info column with the SCSI det...Ronnie Sahlberg1-13/+21
2006-04-03add dissection of the inq sync flagRonnie Sahlberg1-24/+42
2006-04-03further prettification of the inq dissector.Ronnie Sahlberg1-35/+91
2006-04-03dissect byte 7 of the inq responseRonnie Sahlberg1-30/+88
2006-04-03add dissection of byte 6 of inq responseRonnie Sahlberg1-13/+126
2006-04-03add dissection of the flags in byte 5 of the inquiry responseRonnie Sahlberg1-12/+126
2006-04-03prettify dissection of the aca flags byte in the inq response data.Ronnie Sahlberg1-12/+111
2006-04-02 change TRY_SCSI_SHORT_TRANSFER to use the allocation length specified in t...Ronnie Sahlberg1-39/+80
2006-03-31From Ming Zhang:Anders Broman1-2/+2
2006-03-28From Ming Zhang: the track # in read toc command dissector should be 1 instea...Jaap Keuter1-1/+1
2006-03-25From Ming Zhang: fix for several wrong use of ntohs in packet-scsi.cJaap Keuter1-10/+5
2006-03-19Fix some format strings to display all fields in some mode sense pageGuy Harris1-5/+5
2006-03-17From Ming Zhang:Anders Broman1-3/+122
2006-03-14put the opcode as a generated field inside data pdus for scsiRonnie Sahlberg1-4/+41
2006-03-14prettifu getconfiguration responseRonnie Sahlberg1-6/+26
2006-03-13set current_proto to SCSI so that the exception handler will show the corre...Ronnie Sahlberg1-3/+22
2006-03-13remove a compiler warningUlf Lamping1-1/+1
2006-03-13SCSI is fairly unique among the ethereal protocols in that it is sometimes no...Ronnie Sahlberg1-1/+47
2006-03-13From Ming ZhangAnders Broman1-9/+164
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-59/+57
2006-03-07rewrite of some hairy codeRonnie Sahlberg1-125/+65
2006-03-06From Ming Zhang:Anders Broman1-2/+69
2006-03-04From Ming Zhang:Anders Broman1-31/+92
2006-03-02From Ming ZhangRonnie Sahlberg1-6/+168
2005-11-02From David Wysochanski fix a typo.Anders Broman1-1/+1
2005-09-14From Dinesh G DuttAnders Broman1-7/+256
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
2005-08-14add dissection of two more SSC commandsRonnie Sahlberg1-55/+135
2005-08-13Get rid of unused variables.Guy Harris1-27/+24
2005-08-12remove some unused variables from scsiRonnie Sahlberg1-4/+0
2005-08-12add missing include to scsiRonnie Sahlberg1-0/+1