aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-20 18:30:54 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-20 18:30:54 +0000
commitf7e38bd5e65ca78ca1ff385a403b2eb01255c697 (patch)
treed60c188ff951ee2301f647bee53310e2c80af4c3 /epan/dissectors/packet-ansi_map.h
parent797bb2d5d7cfcaf497585bd68afe1d37d96b9852 (diff)
Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variable
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
Diffstat (limited to 'epan/dissectors/packet-ansi_map.h')
-rw-r--r--epan/dissectors/packet-ansi_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ansi_map.h b/epan/dissectors/packet-ansi_map.h
index 3d9177ca8c..65bce5c8e1 100644
--- a/epan/dissectors/packet-ansi_map.h
+++ b/epan/dissectors/packet-ansi_map.h
@@ -37,5 +37,5 @@ typedef struct _ansi_map_tap_rec_t {
* without having to duplicate it. With MSVC and a
* libwireshark.dll, we need a special declaration.
*/
-ETH_VAR_IMPORT const value_string ansi_map_opr_code_strings[];
+WS_VAR_IMPORT const value_string ansi_map_opr_code_strings[];