Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [patch] scsi page number

From: Patrick vd Lageweg <patrick@xxxxxxxxxxxx>
Date: Tue, 10 Oct 2006 13:48:16 +0200
Hi,

This patch fixes the page number user for the "write error couner page".


	Patrick 
Index: epan/dissectors/packet-scsi.c
===================================================================
--- epan/dissectors/packet-scsi.c	(revision 19477)
+++ epan/dissectors/packet-scsi.c	(working copy)
@@ -829,7 +829,7 @@
     {0x3, "Error Counter (read) Page"},
     {0x4, "Error Counter (read reverse) Page"},
     {0x5, "Error Counter (verify) Page"},
-    {0x1, "Error Counter (write) Page"},
+    {0x2, "Error Counter (write) Page"},
     {0xB, "Last n Deferred Errors or Async Events Page"},
     {0x7, "Last n Error Events Page"},
     {0x6, "Non-medium Error Page"},