aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-18update iscsi so that we can also measure the time between request and respons...Ronnie Sahlberg1-49/+80
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-4/+1
2003-09-09For iSCSIRonnie Sahlberg1-3/+10
2003-06-21Rewritten the Command/DataIn/DataOut/Response matching in iSCSIRonnie Sahlberg1-140/+275
2003-06-15update iSCSI so that DecodeAs... can be used to specify a TCP session being i...Ronnie Sahlberg1-5/+31
2003-06-15Let iSCSI/TCP keep track of where PDU bundaries are in the TCP stream.Ronnie Sahlberg1-1/+25
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-7/+7
2002-11-14From Andrew Esh: typo fix in iSCSI dissector.Guy Harris1-2/+2
2002-09-26From Mark Burton: iSCSI updatesRonnie Sahlberg1-9/+40
2002-08-29From Mark Burton: fix the byte order in the CRC calculation.Guy Harris1-2/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-52/+52
2002-08-20Have "dissect_scsi_cdb()" take an argument that's a SCSI device type,Guy Harris1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-24From Mark Burton: add Draft 13 support, making that draft the default.Guy Harris1-5/+21
2002-05-16Fix from Mark Burton.Guy Harris1-2/+2
2002-05-15iSCSI draft 12 support, from Mark Burton.Guy Harris1-6/+43
2002-05-14From Mark Burton: make the iSCSI protocol level a settable preferenceGuy Harris1-218/+270
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+3
2002-04-04From Mark Burton: add an ett_iscsi ett_ value for the top-level treeGuy Harris1-4/+7
2002-04-04Compile fix from Mark Burton.Guy Harris1-4/+4
2002-03-20Update to draft 11, from Mark Burton.Guy Harris1-27/+202
2002-02-13Have the private data for the SCSI dissection routines be a pointer to aGuy Harris1-7/+15
2002-02-02Updates from Mark Burton.Guy Harris1-19/+38
2002-01-31Minor updates, from Mark Burton:Guy Harris1-27/+28
2002-01-21From Mark Burton:Guy Harris1-23/+143
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-2/+2
2002-01-16From Mark Burton: reinstate data segment digest handling, and stop theGuy Harris1-1/+13
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris1-169/+193
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-12/+12
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+8
2001-11-04Updates from Mark Burton.Guy Harris1-92/+122
2001-10-23When putting protocols into the list of protocols, do a case-insensitiveGuy Harris1-2/+2
2001-10-21Give the "iscsi_desegment" and "iscsi_port" the right types, matchingGuy Harris1-3/+3
2001-10-21Updates from Mark Burton:Guy Harris1-214/+349
2001-10-20FT_UINTn values must always have a base, even if they're bitfields - theGuy Harris1-2/+2
2001-10-19From Mark Burton: update to the -08 draft.Guy Harris1-850/+514
2001-07-22Update from Mark Burton.Guy Harris1-182/+218
2001-07-16Get the length of a null-terminated string with "tvb_strnlen()", not byGuy Harris1-5/+6
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris1-134/+134
2001-06-28Updates from Mark Burton.Guy Harris1-40/+234
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-88/+88
2001-06-04Updates from Mark Burton.Guy Harris1-26/+56
2001-06-02On Windows, "min" apparently gets defined or declared in such a fashionGuy Harris1-6/+6
2001-05-31Updates from Mark Burton.Guy Harris1-76/+172
2001-05-31Don'tcramallthewordsinapreference'snametogether;Guy Harris1-5/+5
2001-05-30iSCSI support, from Mark Burton.Guy Harris1-0/+1601