| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -2511/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -7/+7 |
* | update iscsi so that we can also measure the time between request and respons... | Ronnie Sahlberg | 2004-02-18 | 1 | -49/+80 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -4/+1 |
* | For iSCSI | Ronnie Sahlberg | 2003-09-09 | 1 | -3/+10 |
* | Rewritten the Command/DataIn/DataOut/Response matching in iSCSI | Ronnie Sahlberg | 2003-06-21 | 1 | -140/+275 |
* | update iSCSI so that DecodeAs... can be used to specify a TCP session being i... | Ronnie Sahlberg | 2003-06-15 | 1 | -5/+31 |
* | Let iSCSI/TCP keep track of where PDU bundaries are in the TCP stream. | Ronnie Sahlberg | 2003-06-15 | 1 | -1/+25 |
* | Panic if a preference starts with the name of the module to which it | Guy Harris | 2003-01-28 | 1 | -2/+2 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -7/+7 |
* | From Andrew Esh: typo fix in iSCSI dissector. | Guy Harris | 2002-11-14 | 1 | -2/+2 |
* | From Mark Burton: iSCSI updates | Ronnie Sahlberg | 2002-09-26 | 1 | -9/+40 |
* | From Mark Burton: fix the byte order in the CRC calculation. | Guy Harris | 2002-08-29 | 1 | -2/+12 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -52/+52 |
* | Have "dissect_scsi_cdb()" take an argument that's a SCSI device type, | Guy Harris | 2002-08-20 | 1 | -2/+2 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | From Mark Burton: add Draft 13 support, making that draft the default. | Guy Harris | 2002-06-24 | 1 | -5/+21 |
* | Fix from Mark Burton. | Guy Harris | 2002-05-16 | 1 | -2/+2 |
* | iSCSI draft 12 support, from Mark Burton. | Guy Harris | 2002-05-15 | 1 | -6/+43 |
* | From Mark Burton: make the iSCSI protocol level a settable preference | Guy Harris | 2002-05-14 | 1 | -218/+270 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -2/+3 |
* | From Mark Burton: add an ett_iscsi ett_ value for the top-level tree | Guy Harris | 2002-04-04 | 1 | -4/+7 |
* | Compile fix from Mark Burton. | Guy Harris | 2002-04-04 | 1 | -4/+4 |
* | Update to draft 11, from Mark Burton. | Guy Harris | 2002-03-20 | 1 | -27/+202 |
* | Have the private data for the SCSI dissection routines be a pointer to a | Guy Harris | 2002-02-13 | 1 | -7/+15 |
* | Updates from Mark Burton. | Guy Harris | 2002-02-02 | 1 | -19/+38 |
* | Minor updates, from Mark Burton: | Guy Harris | 2002-01-31 | 1 | -27/+28 |
* | From Mark Burton: | Guy Harris | 2002-01-21 | 1 | -23/+143 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -2/+2 |
* | From Mark Burton: reinstate data segment digest handling, and stop the | Guy Harris | 2002-01-16 | 1 | -1/+13 |
* | SCSI dissector, and changes to make the iSCSI dissector use it, from | Guy Harris | 2002-01-10 | 1 | -169/+193 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -12/+12 |
* | Allow a dissector to register preferences that it no longer supports as | Guy Harris | 2001-11-04 | 1 | -1/+8 |
* | Updates from Mark Burton. | Guy Harris | 2001-11-04 | 1 | -92/+122 |
* | When putting protocols into the list of protocols, do a case-insensitive | Guy Harris | 2001-10-23 | 1 | -2/+2 |
* | Give the "iscsi_desegment" and "iscsi_port" the right types, matching | Guy Harris | 2001-10-21 | 1 | -3/+3 |
* | Updates from Mark Burton: | Guy Harris | 2001-10-21 | 1 | -214/+349 |
* | FT_UINTn values must always have a base, even if they're bitfields - the | Guy Harris | 2001-10-20 | 1 | -2/+2 |
* | From Mark Burton: update to the -08 draft. | Guy Harris | 2001-10-19 | 1 | -850/+514 |
* | Update from Mark Burton. | Guy Harris | 2001-07-22 | 1 | -182/+218 |
* | Get the length of a null-terminated string with "tvb_strnlen()", not by | Guy Harris | 2001-07-16 | 1 | -5/+6 |
* | Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, | Guy Harris | 2001-07-16 | 1 | -134/+134 |
* | Updates from Mark Burton. | Guy Harris | 2001-06-28 | 1 | -40/+234 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -88/+88 |
* | Updates from Mark Burton. | Guy Harris | 2001-06-04 | 1 | -26/+56 |
* | On Windows, "min" apparently gets defined or declared in such a fashion | Guy Harris | 2001-06-02 | 1 | -6/+6 |
* | Updates from Mark Burton. | Guy Harris | 2001-05-31 | 1 | -76/+172 |