Ethereal

[Ethereal-dev] Minor packet-iscsi.c patch
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: April 2002


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;



Powered by MHonArc 2.6.10