aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-20 18:30:54 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-20 18:30:54 +0000
commit25d1d028a0a5cd13f0dfc10be1ae1fe1c503fedd (patch)
treed60c188ff951ee2301f647bee53310e2c80af4c3 /epan/dissectors/packet-t38.h
parent72eba588892ba669f2942cb6a6da3c595b8ba801 (diff)
Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variable
definition in the Catapult DCT2000 code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18524 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-t38.h')
-rw-r--r--epan/dissectors/packet-t38.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-t38.h b/epan/dissectors/packet-t38.h
index 075523ce0d..cfa2eda0a4 100644
--- a/epan/dissectors/packet-t38.h
+++ b/epan/dissectors/packet-t38.h
@@ -73,10 +73,10 @@ void t38_add_address(packet_info *pinfo,
int other_port,
const gchar *setup_method, guint32 setup_frame_number);
-ETH_VAR_IMPORT const value_string t30_indicator_vals[];
-ETH_VAR_IMPORT const value_string t30_facsimile_control_field_vals[];
-ETH_VAR_IMPORT const value_string t30_facsimile_control_field_vals_short[];
-ETH_VAR_IMPORT const value_string t30_data_vals[];
+WS_VAR_IMPORT const value_string t30_indicator_vals[];
+WS_VAR_IMPORT const value_string t30_facsimile_control_field_vals[];
+WS_VAR_IMPORT const value_string t30_facsimile_control_field_vals_short[];
+WS_VAR_IMPORT const value_string t30_data_vals[];