aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wsp.h')
-rw-r--r--epan/dissectors/packet-wsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-wsp.h b/epan/dissectors/packet-wsp.h
index 4d772f86d1..7ab7d6faa1 100644
--- a/epan/dissectors/packet-wsp.h
+++ b/epan/dissectors/packet-wsp.h
@@ -33,15 +33,15 @@
/* These reason codes are used in the WTP dissector as the WTP user is
* assumed to be WSP */
-extern const value_string vals_wsp_reason_codes[];
+extern value_string_ext vals_wsp_reason_codes_ext;
/*
* the following allows TAP code access to the messages
* without having to duplicate it. With MSVC and a
* libwireshark.dll, we need a special declaration.
*/
-WS_VAR_IMPORT const value_string wsp_vals_pdu_type[];
-WS_VAR_IMPORT const value_string wsp_vals_status[];
+WS_VAR_IMPORT value_string_ext wsp_vals_pdu_type_ext;
+WS_VAR_IMPORT value_string_ext wsp_vals_status_ext;
/*
* exported functionality
*/