aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-24 23:09:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-24 23:09:34 +0000
commitc8cc76e2e26bf2b47074eb86b5a21300e5981dae (patch)
treec8357faa18775e0a860f50ce64cf870f20eafdf0 /epan/dissectors/packet-scsi.h
parent5f7493586b7fff5d29c200c35be6ba5e52d31f70 (diff)
SCSI Service Response Time Staistics
svn path=/trunk/; revision=17984
Diffstat (limited to 'epan/dissectors/packet-scsi.h')
-rw-r--r--epan/dissectors/packet-scsi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-scsi.h b/epan/dissectors/packet-scsi.h
index d687bfc295..3293487668 100644
--- a/epan/dissectors/packet-scsi.h
+++ b/epan/dissectors/packet-scsi.h
@@ -69,4 +69,8 @@ void dissect_scsi_payload (tvbuff_t *, packet_info *, proto_tree *,
gboolean, itlq_nexus_t *, itl_nexus_t *);
void dissect_scsi_snsinfo (tvbuff_t *, packet_info *, proto_tree *, guint, guint, itlq_nexus_t *, itl_nexus_t *);
+extern const value_string scsi_sbc2_val[];
+extern const value_string scsi_mmc_val[];
+extern const value_string scsi_ssc2_val[];
+
#endif