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] Add extra scsi additional sense codes

Date: Thu, 28 Sep 2006 15:49:11 +0200
Hi,

The subject says it all.

	Patrick
Index: epan/dissectors/packet-scsi.c
===================================================================
--- epan/dissectors/packet-scsi.c	(revision 19347)
+++ epan/dissectors/packet-scsi.c	(working copy)
@@ -1323,9 +1323,19 @@
 
 static const value_string scsi_asc_val[] = {
     {0x0000,  "No Additional Sense Information"},
+    {0x0001,  "Filemark Detected"},
+    {0x0002,  "End Of Partition/Medium Detected"},
+    {0x0003,  "Setmark Detected"},
+    {0x0004,  "Beginning Of Partition Detected"},
+    {0x0005,  "End Of Data Detected"},
     {0x0006,  "I/O Process Terminated"},
     {0x0016,  "Operation In Progress"},
     {0x0017,  "Cleaning Requested"},
+    {0x0018,  "Erase Operation In Progress"},
+    {0x0019,  "Locate Operation In Progress"},
+    {0x001A,  "Rewind Operation In Progress"},
+    {0x001B,  "Set Capacity Operation In Progress"},
+    {0x001C,  "Verify operation in progress"},
     {0x0100,  "No Index/Sector Signal"},
     {0x0200,  "No Seek Complete"},
     {0x0300,  "Peripheral Device Write Fault"},