aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-08From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that wasGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-84/+84
2002-08-21Put the volume identification in quotes, so it doesn't look stupid whenGuy Harris1-2/+2
2002-08-21Display volume tags as per SMC-2.Guy Harris1-7/+28
2002-08-21Handle Read Block Position replies.Guy Harris1-25/+191
2002-08-21Handle mode pages differently depending on the type of device (some modeGuy Harris1-180/+1187
2002-08-20Have "dissect_scsi_cdb()" take an argument that's a SCSI device type,Guy Harris1-47/+74
2002-08-20Regularize the format of the "(size)" tags - the SCSI specs appear notGuy Harris1-219/+411
2002-08-19Fix the reporting of the "PS" bit in SCSI mode pages.Guy Harris1-90/+259
2002-08-18From Bill Studenmund: fix handling of SCSI mode sense.Guy Harris1-4/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-13From Peter Hawkins: make the maximum length argument toGuy Harris1-3/+3
2002-04-14From Joerg Mayer:Guy Harris1-2/+2
2002-03-31From Dinesh Dutt: get rid of unused variables, and fix a bug in the wayGuy Harris1-90/+90
2002-03-13Give the "prevent/allow medium removal" command the right name (it'sGuy Harris1-2/+2
2002-03-12From Dinesh Dutt: initial dissection of a variable-length CDB.Guy Harris1-1/+32
2002-02-13Have the private data for the SCSI dissection routines be a pointer to aGuy Harris1-24/+27
2002-02-12Move all the stuff in "packet-scsi.h" that's solely for the use ofGuy Harris1-1/+926
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-16From Mark Burton: reinstate data segment digest handling, and stop theGuy Harris1-4/+4
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris1-0/+2485