Ethereal-dev: Re: [Ethereal-dev] packet-iscsi.c update

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Mark Burton <markb@xxxxxxxxxx>
Date: Sun, 22 Jul 2001 20:05:59 +0100
From: Guy Harris <gharris@xxxxxxxxx>
Subject: Re: [Ethereal-dev] packet-iscsi.c update
Date: Sun, 22 Jul 2001 02:30:08 -0700

> On Sun, Jul 22, 2001 at 10:01:21AM +0100, Mark Burton wrote:
> > the enclosed patch updates the current CVS packet-iscsi.c to use the
> > opcodes from the 07 draft and is functionally the same as that used at
> > the recent UNH iSCSI plugfest.
> 
> 	...
> 
> > + #ifdef USE_06_OPCODES
> 
> Should that be done at compile time, or at run time?
> 

This only needs to be a build time option. In the long term there is
no requirement to support the old opcodes. For the moment, I want to
keep the ability to build a version that uses the old opcodes just in
case it's useful.

Cheers,

Mark