aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.h')
-rw-r--r--epan/dissectors/packet-scsi-osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-scsi-osd.h b/epan/dissectors/packet-scsi-osd.h
index ce97583653..ae91379d30 100644
--- a/epan/dissectors/packet-scsi-osd.h
+++ b/epan/dissectors/packet-scsi-osd.h
@@ -29,7 +29,7 @@
#define SCSI_OSD_OPCODE 0x7f
-extern const value_string attributes_page_vals[];
+WS_DLL_PUBLIC value_string_ext attributes_page_vals_ext;
typedef struct _scsi_osd_lun_info_t scsi_osd_lun_info_t;
typedef struct _attribute_page_numbers_t attribute_page_numbers_t;
@@ -49,6 +49,6 @@ osd_lookup_attribute(guint32 page, guint32 number);
extern int hf_scsi_osd_opcode;
extern scsi_cdb_table_t scsi_osd_table[256];
-WS_DLL_PUBLIC const value_string scsi_osd_vals[];
+WS_DLL_PUBLIC value_string_ext scsi_osd_vals_ext;
#endif