aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+2
2003-07-09Replace "hf_scsi_log_pc" with separate "hf_scsi_logsel_pc" andGuy Harris1-39/+73
2003-05-26Strings in SCSI replies are blank-padded or possibly null-padded;Guy Harris1-8/+12
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs1-3/+5
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-6/+5
2003-04-16When processing the device identification page of vital product data,Guy Harris1-23/+64
2003-03-10Use SCSI_DEV_BITS for the bits in the peripheral qualifier/peripheralGuy Harris1-2/+2
2003-03-08Treat the Peripheral Qualifier field the same way we treat theGuy Harris1-19/+30
2003-03-05Make various variables containing unsigned quantities unsigned.Guy Harris1-5/+11
2003-03-05From Dinesh Dutt:Guy Harris1-14/+35
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-15/+15
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-7/+7
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