aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-12 19:26:55 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-12 19:26:55 +0000
commit1de89438f2fd7a4b8677e9d334219d571d198023 (patch)
treed31ebbda97c91438aa3e6520882d679d1f7d6590 /epan/dissectors/packet-scsi.h
parentc96d5a97ade25e13be877c694d5d48552cafc5e0 (diff)
Create/use a number of extended value-strings;
Remove or comment out dups from several value-string arrays; Sort a number of value-string arrays; Reformat many hf[] entries; Remove some unneeded initializers; Add editor-modelines; Use consistent indentation; Reformat whitespace. svn path=/trunk/; revision=53968
Diffstat (limited to 'epan/dissectors/packet-scsi.h')
-rw-r--r--epan/dissectors/packet-scsi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-scsi.h b/epan/dissectors/packet-scsi.h
index 2dbd714e0b..240365426a 100644
--- a/epan/dissectors/packet-scsi.h
+++ b/epan/dissectors/packet-scsi.h
@@ -25,8 +25,6 @@
#ifndef __PACKET_SCSI_H_
#define __PACKET_SCSI_H_
-#include "ws_symbol_export.h"
-
#include <epan/exceptions.h>
/* Structure containing itl nexus data :
@@ -216,8 +214,6 @@ void dissect_scsi_snsinfo (tvbuff_t *, packet_info *, proto_tree *, guint, guint
void dissect_scsi_lun(proto_tree *, tvbuff_t *, guint);
-WS_DLL_PUBLIC const value_string scsi_mmc_vals[];
-
extern const int *cdb_control_fields[6];
extern gint ett_scsi_control;
extern int hf_scsi_control;