aboutsummaryrefslogtreecommitdiffstats
path: root/epan/rtp_pt.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/rtp_pt.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/rtp_pt.h')
-rw-r--r--epan/rtp_pt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/rtp_pt.h b/epan/rtp_pt.h
index f684ff9e9a..f3f551dadc 100644
--- a/epan/rtp_pt.h
+++ b/epan/rtp_pt.h
@@ -62,7 +62,7 @@
#define PT_MP2T 33 /* RFC 2250 */
#define PT_H263 34 /* from Chunrong Zhu of Intel; see the Web page */
-ETH_VAR_IMPORT const value_string rtp_payload_type_vals[];
-ETH_VAR_IMPORT const value_string rtp_payload_type_short_vals[];
+WS_VAR_IMPORT const value_string rtp_payload_type_vals[];
+WS_VAR_IMPORT const value_string rtp_payload_type_short_vals[];
#endif