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