aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2511/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-7/+7
* update iscsi so that we can also measure the time between request and respons...Ronnie Sahlberg2004-02-181-49/+80
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-4/+1
* For iSCSIRonnie Sahlberg2003-09-091-3/+10
* Rewritten the Command/DataIn/DataOut/Response matching in iSCSIRonnie Sahlberg2003-06-211-140/+275
* update iSCSI so that DecodeAs... can be used to specify a TCP session being i...Ronnie Sahlberg2003-06-151-5/+31
* Let iSCSI/TCP keep track of where PDU bundaries are in the TCP stream.Ronnie Sahlberg2003-06-151-1/+25
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-7/+7
* From Andrew Esh: typo fix in iSCSI dissector.Guy Harris2002-11-141-2/+2
* From Mark Burton: iSCSI updatesRonnie Sahlberg2002-09-261-9/+40
* 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