aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-12oops forgot to delete a variableRonnie Sahlberg1-1/+0
2005-08-12 get rid of some unnessecary GMemChunks.Ronnie Sahlberg1-38/+4
2005-08-11fix several bugs where we might dereference a null pointerRonnie Sahlberg1-10/+19
2005-08-10When we receive junk data, mark it as a malformed packet instead ofGerald Combs1-8/+14
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-30Widen a variable, as a guint16 value is assigned to it; the upper 8 bitsGuy Harris1-4/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-05-30add MMC READ DISC INFORMATION cdbRonnie Sahlberg1-5/+149
2005-05-30add MMC READ TRACK INFORMATION cdbRonnie Sahlberg1-28/+153
2005-05-29add MMC RESERVE TRACK cdbRonnie Sahlberg1-1/+26
2005-05-29MMC SET STREAMING commandRonnie Sahlberg1-2/+99
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-2/+4
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg1-5/+5
2005-05-29minor prettificationRonnie Sahlberg1-1/+5
2005-05-28add MMC READ BUFFER CAPACITY commandRonnie Sahlberg1-1/+64
2005-05-28add the SynchronizeCache command for MMCRonnie Sahlberg1-1/+38
2005-05-28updates to mmc, add more dissection of GET_CONFIGURATION and READ_TOCRonnie Sahlberg1-2/+507
2005-05-28some more MMC4 updatesRonnie Sahlberg1-13/+96
2005-05-28more scsi refactoringRonnie Sahlberg1-129/+391
2005-05-28refactor scsi dissector toi be table driven so it will be easier to add new Ronnie Sahlberg1-620/+1209
2005-05-14add decoding of teh REMOVABLE bit in inquiry dataRonnie Sahlberg1-0/+10
2005-05-14add a missing field to the REPORT LUNS datain pduRonnie Sahlberg1-0/+13
2005-03-26With the recent change that makes the length field for FT_PROTOCOL andGuy Harris1-3/+0
2005-03-26buildbot bugfix: if a length value is below zero, trim it to zeroUlf Lamping1-0/+3
2005-03-18from Ming ZhangRonnie Sahlberg1-2/+2
2005-02-25start dissecting serviceactionin16Ronnie Sahlberg1-20/+102
2005-02-17minor prettificationRonnie Sahlberg1-6/+6
2005-02-17pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg1-33/+109
2005-01-29Treat the command opcodes as SBC-2 for CD-ROMs as well as for blockGuy Harris1-0/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-15/+14
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+5337