aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
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