aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Fix from Mark Burton.guy1-2/+2
2002-05-15iSCSI draft 12 support, from Mark Burton.guy1-6/+43
2002-05-14From Mark Burton: make the iSCSI protocol level a settable preferenceguy1-218/+270
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-2/+3
2002-04-04From Mark Burton: add an ett_iscsi ett_ value for the top-level treeguy1-4/+7
2002-04-04Compile fix from Mark Burton.guy1-4/+4
2002-03-20Update to draft 11, from Mark Burton.guy1-27/+202
2002-02-13Have the private data for the SCSI dissection routines be a pointer to aguy1-7/+15
2002-02-02Updates from Mark Burton.guy1-19/+38
2002-01-31Minor updates, from Mark Burton:guy1-27/+28
2002-01-21From Mark Burton:guy1-23/+143
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-2/+2
2002-01-16From Mark Burton: reinstate data segment digest handling, and stop theguy1-1/+13
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromguy1-169/+193
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-12/+12
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