aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* From Mark Burton: fix the byte order in the CRC calculation.Guy Harris2002-08-291-2/+12
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-52/+52
* Have "dissect_scsi_cdb()" take an argument that's a SCSI device type,Guy Harris2002-08-201-2/+2
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Mark Burton: add Draft 13 support, making that draft the default.Guy Harris2002-06-241-5/+21
* Fix from Mark Burton.Guy Harris2002-05-161-2/+2
* iSCSI draft 12 support, from Mark Burton.Guy Harris2002-05-151-6/+43
* From Mark Burton: make the iSCSI protocol level a settable preferenceGuy Harris2002-05-141-218/+270
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+3
* From Mark Burton: add an ett_iscsi ett_ value for the top-level treeGuy Harris2002-04-041-4/+7
* Compile fix from Mark Burton.Guy Harris2002-04-041-4/+4
* Update to draft 11, from Mark Burton.Guy Harris2002-03-201-27/+202
* Have the private data for the SCSI dissection routines be a pointer to aGuy Harris2002-02-131-7/+15
* Updates from Mark Burton.Guy Harris2002-02-021-19/+38
* Minor updates, from Mark Burton:Guy Harris2002-01-311-27/+28
* From Mark Burton:Guy Harris2002-01-211-23/+143
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-2/+2
* From Mark Burton: reinstate data segment digest handling, and stop theGuy Harris2002-01-161-1/+13
* SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris2002-01-101-169/+193
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-12/+12
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-041-1/+8
* Updates from Mark Burton.Guy Harris2001-11-041-92/+122
* When putting protocols into the list of protocols, do a case-insensitiveGuy Harris2001-10-231-2/+2
* Give the "iscsi_desegment" and "iscsi_port" the right types, matchingGuy Harris2001-10-211-3/+3
* Updates from Mark Burton:Guy Harris2001-10-211-214/+349
* FT_UINTn values must always have a base, even if they're bitfields - theGuy Harris2001-10-201-2/+2
* From Mark Burton: update to the -08 draft.Guy Harris2001-10-191-850/+514
* Update from Mark Burton.Guy Harris2001-07-221-182/+218
* Get the length of a null-terminated string with "tvb_strnlen()", not byGuy Harris2001-07-161-5/+6
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-134/+134
* Updates from Mark Burton.Guy Harris2001-06-281-40/+234
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-88/+88
* Updates from Mark Burton.Guy Harris2001-06-041-26/+56
* On Windows, "min" apparently gets defined or declared in such a fashionGuy Harris2001-06-021-6/+6
* Updates from Mark Burton.Guy Harris2001-05-311-76/+172
* Don'tcramallthewordsinapreference'snametogether;Guy Harris2001-05-311-5/+5
* iSCSI support, from Mark Burton.Guy Harris2001-05-301-0/+1601