Ethereal-dev: [Ethereal-dev] packet-iscsi bug fix

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, 16 May 2002 10:39:14 +0100 (BST)
Attached patch fixes snarf'n'barf error in packet-iscsi.c

Index: packet-iscsi.c
===================================================================
RCS file: /cvsroot/ethereal/packet-iscsi.c,v
retrieving revision 1.32
diff -u -3 -p -r1.32 packet-iscsi.c
--- packet-iscsi.c	2002/05/15 19:32:22	1.32
+++ packet-iscsi.c	2002/05/16 09:37:45
@@ -1848,7 +1848,7 @@ proto_register_iscsi(void)
 	    "Final PDU", HFILL }
 	},
 	{ &hf_iscsi_SCSIData_A,
-	  { "F", "iscsi.scsidata.A",
+	  { "A", "iscsi.scsidata.A",
 	    FT_BOOLEAN, 8, TFS(&iscsi_meaning_A), ISCSI_SCSI_DATA_FLAG_A,
 	    "Acknowledge Requested", HFILL }
 	},