Ethereal-dev: [Ethereal-dev] Minor packet-iscsi.c patch

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: Thu, 04 Apr 2002 10:47:10 +0100
The patch below fixes a simple compilation error in packet-iscsi.c

Cheers,

Mark

-----

Index: packet-iscsi.c
===================================================================
RCS file: /cvsroot/ethereal/packet-iscsi.c,v
retrieving revision 1.27
diff -u -3 -p -c -r1.27 packet-iscsi.c
*** packet-iscsi.c	2002/03/20 21:28:14	1.27
--- packet-iscsi.c	2002/04/04 09:45:55
*************** static int hf_iscsi_VersionActive = -1;
*** 136,144 ****
  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;
  #elif !defined(DRAFT08)
  static int hf_iscsi_ISID_t = -1;
  static int hf_iscsi_ISID_a = -1;
--- 136,144 ----
  static int hf_iscsi_CID = -1;
  static int hf_iscsi_ISID = -1;
  #if defined(DRAFT09)
! 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;