aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-03 18:28:35 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-03 18:28:35 +0000
commit0ca948bacf0c180349c3a40b14e77b1d9ef738d7 (patch)
tree9b0cb0771383a2c43c39aea3d114cfbbb46b5820 /epan/dissectors/packet-wsp.h
parentdffb55434c04d43a14b1c410da6c4442f194e118 (diff)
Use value_string_ext fcns to access certain value_string arrays;
Some whitespace cleanup. svn path=/trunk/; revision=34763
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
*/