aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-04 10:20:24 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-04 10:20:24 +0000
commit9f8e93226ce476392c0fb479595dddbf856998bf (patch)
treed8d1aaefe382a6ddc3314c6334f49ad7ee467d4b /packet-iscsi.c
parentc8fdc30fe250dfde468b366483b78a3acba3e382 (diff)
Compile fix from Mark Burton.
svn path=/trunk/; revision=5097
Diffstat (limited to 'packet-iscsi.c')
-rw-r--r--packet-iscsi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-iscsi.c b/packet-iscsi.c
index 805262b4b7..777b3d871b 100644
--- a/packet-iscsi.c
+++ b/packet-iscsi.c
@@ -7,7 +7,7 @@
* draft-ietf-ips-iscsi-09.txt by defining DRAFT09
* draft-ietf-ips-iscsi-08.txt by defining DRAFT08
*
- * $Id: packet-iscsi.c,v 1.27 2002/03/20 21:28:14 guy Exp $
+ * $Id: packet-iscsi.c,v 1.28 2002/04/04 10:20:24 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -136,9 +136,9 @@ static int hf_iscsi_VersionActive = -1;
static int hf_iscsi_CID = -1;
static int hf_iscsi_ISID = -1;
#if defined(DRAFT09)
-static int hf_iscsi_ISIDType = -1;
-static int hf_iscsi_ISIDNamingAuthority = -1;
-static int hf_iscsi_ISIDQualifier = -1;
+static int hf_iscsi_ISID_Type = -1;
+static int hf_iscsi_ISID_NamingAuthority = -1;
+static int hf_iscsi_ISID_Qualifier = -1;
#elif !defined(DRAFT08)
static int hf_iscsi_ISID_t = -1;
static int hf_iscsi_ISID_a = -1;