aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index f7fe93b818..eb3f885d0e 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -982,7 +982,7 @@ class EthCtx:
for t in self.eth_export_ord: # vals
if (self.eth_type[t]['export'] & 0x02) and self.eth_type[t]['val'].eth_has_vals():
if self.eth_type[t]['export'] & 0x08:
- fx.write("ETH_VAR_IMPORT ")
+ fx.write("WS_VAR_IMPORT ")
else:
fx.write("extern ")
fx.write("const value_string %s[];\n" % (self.eth_vals_nm(t)))