aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.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-frame.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-frame.h')
-rw-r--r--epan/dissectors/packet-frame.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-frame.h b/epan/dissectors/packet-frame.h
index 6011b04d28..ca62c10aa6 100644
--- a/epan/dissectors/packet-frame.h
+++ b/epan/dissectors/packet-frame.h
@@ -53,8 +53,8 @@ extern int proto_malformed;
/* following variables are exported from libwireshark.dll.
* Thus we need a special declaration.
*/
-ETH_VAR_IMPORT int proto_frame;
-ETH_VAR_IMPORT int hf_frame_arrival_time;
-ETH_VAR_IMPORT int hf_frame_number;
-ETH_VAR_IMPORT int hf_frame_packet_len;
-ETH_VAR_IMPORT int hf_frame_capture_len;
+WS_VAR_IMPORT int proto_frame;
+WS_VAR_IMPORT int hf_frame_arrival_time;
+WS_VAR_IMPORT int hf_frame_number;
+WS_VAR_IMPORT int hf_frame_packet_len;
+WS_VAR_IMPORT int hf_frame_capture_len;