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