aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-1/+8
2001-11-04Updates from Mark Burton.guy1-92/+122
2001-10-23When putting protocols into the list of protocols, do a case-insensitiveguy1-2/+2
2001-10-21Give the "iscsi_desegment" and "iscsi_port" the right types, matchingguy1-3/+3
2001-10-21Updates from Mark Burton:guy1-214/+349
2001-10-20FT_UINTn values must always have a base, even if they're bitfields - theguy1-2/+2
2001-10-19From Mark Burton: update to the -08 draft.guy1-850/+514
2001-07-22Update from Mark Burton.guy1-182/+218
2001-07-16Get the length of a null-terminated string with "tvb_strnlen()", not byguy1-5/+6
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,guy1-134/+134
2001-06-28Updates from Mark Burton.guy1-40/+234
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-88/+88
2001-06-04Updates from Mark Burton.guy1-26/+56
2001-06-02On Windows, "min" apparently gets defined or declared in such a fashionguy1-6/+6
2001-05-31Updates from Mark Burton.guy1-76/+172
2001-05-31Don'tcramallthewordsinapreference'snametogether;guy1-5/+5
2001-05-30iSCSI support, from Mark Burton.guy1-0/+1601