move the ITL and the ITLQ structure to packet-scsi.h where it belongs
[obnox/wireshark/wip.git] / epan / dissectors / packet-scsi.c
2006-10-11 sahlbergmove the ITL and the ITLQ structure to packet-scsi...
2006-09-29 sahlbergadd initial scsi osd dissector but only dissect sdbs...
2006-09-29 sahlbergmove the defines for SPC command opcode values to the...
2006-09-28 sahlbergadditional scsi sense codes from patrick@abra2.bitwizard.nl
2006-09-28 sahlbergHi,
2006-08-04 sahlbergcheck that itl is non-NULL to prevent a NULL pointer...
2006-06-17 sahlbergwe need a itl structure to decode a scsi cdb properly.
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-05 sahlbergupdate the itl structure so that it sets the cmdset...
2006-05-01 sahlbergremove a test for NULL we dont need since itlq can...
2006-04-25 sahlbergrename some value_Strings from ..._val to ..._vals
2006-04-24 sahlbergSCSI Service Response Time Staistics
2006-04-24 sahlbergchange the signature for dissect_scsi_snsinfo() to...
2006-04-22 sahlbergput some exchange tracking info in scsi CDBs and DATA...
2006-04-22 sahlbergadd the spc commands to the mmc tables
2006-04-22 sahlbergadd the spc commands to the smc and ssc tables
2006-04-22 sahlbergadd all supported SPC commands used by SBC to the SBC...
2006-04-22 sahlbergstart prettifying the dissection
2006-04-22 sahlbergthe scsi transports (fc/fcp and iscsi) now track...
2006-04-21 sahlbergremover the lun parameter from dissect_scsi_cdb/payload...
2006-04-21 sahlbergupdates to get the fc and scsi dissectors
2006-04-20 sahlbergrename the fc_exchange_data structure to the more appro...
2006-04-07 sahlbergmake dissect_scsi_rsp() take an exchange structure...
2006-04-05 sahlbergimake fcp responses that do carry a scsi response...
2006-04-05 sahlbergmake reportluns use the new macros to catch and flag...
2006-04-03 sahlbergdislay a flags field as "Flags" instead of "SCCS Flags"
2006-04-03 sahlberguse col_set_fence() after we have populated the info...
2006-04-03 sahlbergadd dissection of the inq sync flag
2006-04-03 sahlbergfurther prettification of the inq dissector.
2006-04-03 sahlbergdissect byte 7 of the inq response
2006-04-03 sahlbergadd dissection of byte 6 of inq response
2006-04-03 sahlbergadd dissection of the flags in byte 5 of the inquiry...
2006-04-03 sahlbergprettify dissection of the aca flags byte in the inq...
2006-04-02 sahlberg change TRY_SCSI_SHORT_TRANSFER to use the allocation...
2006-03-31 etxrabFrom Ming Zhang:
2006-03-28 jakeFrom Ming Zhang: the track # in read toc command dissec...
2006-03-25 jakeFrom Ming Zhang: fix for several wrong use of ntohs...
2006-03-19 guyFix some format strings to display all fields in some...
2006-03-17 etxrabFrom Ming Zhang:
2006-03-14 sahlbergput the opcode as a generated field inside data pdus...
2006-03-14 sahlbergprettifu getconfiguration response
2006-03-13 sahlbergset current_proto to SCSI so that the exception handl...
2006-03-13 ulflremove a compiler warning
2006-03-13 sahlbergSCSI is fairly unique among the ethereal protocols...
2006-03-13 etxrabFrom Ming Zhang
2006-03-09 geraldRemove MIN and MAX defines, which GLib provides.
2006-03-07 sahlbergrewrite of some hairy code
2006-03-06 etxrabFrom Ming Zhang:
2006-03-04 etxrabFrom Ming Zhang:
2006-03-02 sahlbergFrom Ming Zhang
2005-11-02 etxrabFrom David Wysochanski fix a typo.
2005-09-14 etxrabFrom Dinesh G Dutt
2005-08-28 sahlbergadd missing value_string termination
2005-08-14 sahlbergadd dissection of two more SSC commands
2005-08-13 guyGet rid of unused variables.
2005-08-12 sahlbergremove some unused variables from scsi
2005-08-12 sahlbergadd missing include to scsi
2005-08-12 sahlbergoops forgot to delete a variable
2005-08-12 sahlberg get rid of some unnessecary GMemChunks.
2005-08-11 sahlbergfix several bugs where we might dereference a null...
2005-08-10 geraldWhen we receive junk data, mark it as a malformed packe...
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-30 guyWiden a variable, as a guint16 value is assigned to...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-05-30 sahlbergadd MMC READ DISC INFORMATION cdb
2005-05-30 sahlbergadd MMC READ TRACK INFORMATION cdb
2005-05-29 sahlbergadd MMC RESERVE TRACK cdb
2005-05-29 sahlbergMMC SET STREAMING command
2005-05-29 sahlbergremove offset and len from the signature of dissect_sc...
2005-05-29 sahlbergmake all callers of dissect_scsi_cdb() first create...
2005-05-29 sahlbergminor prettification
2005-05-28 sahlbergadd MMC READ BUFFER CAPACITY command
2005-05-28 sahlbergadd the SynchronizeCache command for MMC
2005-05-28 sahlbergupdates to mmc, add more dissection of GET_CONFIGURAT...
2005-05-28 sahlbergsome more MMC4 updates
2005-05-28 sahlbergmore scsi refactoring
2005-05-28 sahlbergrefactor scsi dissector toi be table driven so it will...
2005-05-14 sahlbergadd decoding of teh REMOVABLE bit in inquiry data
2005-05-14 sahlbergadd a missing field to the REPORT LUNS datain pdu
2005-03-26 guyWith the recent change that makes the length field...
2005-03-26 ulflbuildbot bugfix: if a length value is below zero, trim...
2005-03-18 sahlbergfrom Ming Zhang
2005-02-25 sahlbergstart dissecting serviceactionin16
2005-02-17 sahlbergminor prettification
2005-02-17 sahlbergpass lun (and status) to scsi subdissector so we can...
2005-01-29 guyTreat the command opcodes as SBC-2 for CD-ROMs as well...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 gramMove dissectors to epan/dissectors directory.